Html Css Color HEX #C5D6CF Jet Stream

📋 copy color: '#C5D6CF'

red 197 ◦ green 214 ◦ blue 207

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

Shades of Jet Stream #C5D6CF

Tints of Jet Stream #C5D6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.5%

R = 31.88%
G = 34.63%
B = 33.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#C5D6CF (or 0xC5D6CF) is known color: Jet Stream. HEX triplet: C5, D6 and CF. RGB value is (197,214,207). Sum of RGB (Red+Green+Blue) = 197+214+207=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6CF is #3A2930. Grayscale: #D0D0D0. Windows color (decimal): -3811633 or 13620933. OLE color: 13620933.

HSL color Cylindrical-coordinate representation of color #C5D6CF: hue angle of 155.29º 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 #C5D6CF is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 214 207 -
CMYK 0.08 0 0.03 0.16
HSL 155.29º 0.17% 0.81% -
HSV(B) 155.29º 0.08% 0.84% -
XYZ 58.34 64.47 68.4 -
YUV 208.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 197 214 207 0.08 0 0.03 0.16 155.29 0.17 0.81
Hex C5 D6 CF 8 0 3 10 9B 11 51
Octal 305 326 317 10 0 3 20 233 21 121
Binary 11000101 11010110 11001111 1000 0 11 10000 10011011 10001 1010001

Color Harmonies of #C5D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D6CF

Black with #C5D6CF

Text Example


Text Example

White with #C5D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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