Html Css Color HEX #C5D5CF Jet Stream

📋 copy color: '#C5D5CF'

red 197 ◦ green 213 ◦ blue 207

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

Shades of Jet Stream #C5D5CF

Tints of Jet Stream #C5D5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.52%

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

R = 31.93%
G = 34.52%
B = 33.55%

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

#C5D5CF (or 0xC5D5CF) is known color: Jet Stream. HEX triplet: C5, D5 and CF. RGB value is (197,213,207). Sum of RGB (Red+Green+Blue) = 197+213+207=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5CF is #3A2A30. Grayscale: #CFCFCF. Windows color (decimal): -3811889 or 13620677. OLE color: 13620677.

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

Color convert

RGB 197 213 207 -
CMYK 0.08 0 0.03 0.16
HSL 157.5º 0.16% 0.8% -
HSV(B) 157.5º 0.08% 0.84% -
XYZ 58.08 63.96 68.32 -
YUV 207.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 197 213 207 0.08 0 0.03 0.16 157.5 0.16 0.8
Hex C5 D5 CF 8 0 3 10 9E 10 50
Octal 305 325 317 10 0 3 20 236 20 120
Binary 11000101 11010101 11001111 1000 0 11 10000 10011110 10000 1010000

Color Harmonies of #C5D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D5CF

Black with #C5D5CF

Text Example


Text Example

White with #C5D5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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