Html Css Color HEX #C5D5CE Jet Stream

📋 copy color: '#C5D5CE'

red 197 ◦ green 213 ◦ blue 206

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

Shades of Jet Stream #C5D5CE

Tints of Jet Stream #C5D5CE

RGB

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

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

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

R = 31.98%
G = 34.58%
B = 33.44%

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

#C5D5CE (or 0xC5D5CE) is known color: Jet Stream. HEX triplet: C5, D5 and CE. RGB value is (197,213,206). Sum of RGB (Red+Green+Blue) = 197+213+206=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5CE is #3A2A31. Grayscale: #CFCFCF. Windows color (decimal): -3811890 or 13555141. OLE color: 13555141.

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

Color convert

RGB 197 213 206 -
CMYK 0.08 0 0.03 0.16
HSL 153.75º 0.16% 0.8% -
HSV(B) 153.75º 0.08% 0.84% -
XYZ 57.96 63.92 67.67 -
YUV 207.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 197 213 206 0.08 0 0.03 0.16 153.75 0.16 0.8
Hex C5 D5 CE 8 0 3 10 9A 10 50
Octal 305 325 316 10 0 3 20 232 20 120
Binary 11000101 11010101 11001110 1000 0 11 10000 10011010 10000 1010000

Color Harmonies of #C5D5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D5CE

Black with #C5D5CE

Text Example


Text Example

White with #C5D5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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