Html Css Color HEX #C5D6CE Jet Stream

📋 copy color: '#C5D6CE'

red 197 ◦ green 214 ◦ blue 206

#C5D6CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #C5D6CE

Tints of Jet Stream #C5D6CE

RGB

 RED value IS 197 (77.34% from 255) = 31.93%

 GREEN value IS 214 (83.98% from 255) = 34.68%

 BLUE value IS 206 (80.86% from 255) = 33.39%

R = 31.93%
G = 34.68%
B = 33.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C5D6CE (or 0xC5D6CE) is known color: Jet Stream. HEX triplet: C5, D6 and CE. RGB value is (197,214,206). Sum of RGB (Red+Green+Blue) = 197+214+206=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6CE is #3A2931. Grayscale: #D0D0D0. Windows color (decimal): -3811634 or 13555397. OLE color: 13555397.

HSL color Cylindrical-coordinate representation of color #C5D6CE: hue angle of 151.76º degrees, saturation: 0.17, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5D6CE is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 214 206 -
CMYK 0.08 0 0.04 0.16
HSL 151.76º 0.17% 0.81% -
HSV(B) 151.76º 0.08% 0.84% -
XYZ 58.21 64.42 67.76 -
YUV 208.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 197 214 206 0.08 0 0.04 0.16 151.76 0.17 0.81
Hex C5 D6 CE 8 0 4 10 98 11 51
Octal 305 326 316 10 0 4 20 230 21 121
Binary 11000101 11010110 11001110 1000 0 100 10000 10011000 10001 1010001

Color Harmonies of #C5D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D6CE

Black with #C5D6CE

Text Example


Text Example

White with #C5D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D6CE; }

 p { color: rgb(197,214,206); }

 H1.HeaderClassName
 {
   color: #C5D6CE;
 }
 .AnyTagClassName
 {
   color: #C5D6CE;
 }
</style>

background-color css

<style>
 a { background-color: #C5D6CE; }

 a { background-color: rgb(197,214,206); }

 div.DivClassName
 {
   background-color: #C5D6CE;
 }
 .BgClassName
 {
   background-color: #C5D6CE;
 }
</style>

border-color css

<style>
 span { border-color: #C5D6CE; }

 span { border-color: rgb(197,214,206); }

 td.TdClassName
 {
   border-color: #C5D6CE;
 }
 .TagClassName
 {
   border-color: #C5D6CE;
 }
</style>