Html Css Color HEX #C0D1CB Jet Stream

📋 copy color: '#C0D1CB'

red 192 ◦ green 209 ◦ blue 203

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

Shades of Jet Stream #C0D1CB

Tints of Jet Stream #C0D1CB

RGB

 RED value IS 192 (75.39% from 255) = 31.79%

 GREEN value IS 209 (82.03% from 255) = 34.6%

 BLUE value IS 203 (79.69% from 255) = 33.61%

R = 31.79%
G = 34.6%
B = 33.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#C0D1CB (or 0xC0D1CB) is known color: Jet Stream. HEX triplet: C0, D1 and CB. RGB value is (192,209,203). Sum of RGB (Red+Green+Blue) = 192+209+203=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1CB is #3F2E34. Grayscale: #CBCBCB. Windows color (decimal): -4140597 or 13357504. OLE color: 13357504.

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

Color convert

RGB 192 209 203 -
CMYK 0.08 0 0.03 0.18
HSL 158.82º 0.16% 0.79% -
HSV(B) 158.82º 0.08% 0.82% -
XYZ 55.32 61.12 65.38 -
YUV 203.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 192 209 203 0.08 0 0.03 0.18 158.82 0.16 0.79
Hex C0 D1 CB 8 0 3 12 9F 10 4F
Octal 300 321 313 10 0 3 22 237 20 117
Binary 11000000 11010001 11001011 1000 0 11 10010 10011111 10000 1001111

Color Harmonies of #C0D1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D1CB

Black with #C0D1CB

Text Example


Text Example

White with #C0D1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D1CB; }

 p { color: rgb(192,209,203); }

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

background-color css

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

 a { background-color: rgb(192,209,203); }

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

border-color css

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

 span { border-color: rgb(192,209,203); }

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