Html Css Color HEX #C0D2CC Jet Stream

📋 copy color: '#C0D2CC'

red 192 ◦ green 210 ◦ blue 204

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

Shades of Jet Stream #C0D2CC

Tints of Jet Stream #C0D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.65%

 BLUE value IS 204 (80.08% from 255) = 33.66%

R = 31.68%
G = 34.65%
B = 33.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#C0D2CC (or 0xC0D2CC) is known color: Jet Stream. HEX triplet: C0, D2 and CC. RGB value is (192,210,204). Sum of RGB (Red+Green+Blue) = 192+210+204=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D2CC is #3F2D33. Grayscale: #CBCBCB. Windows color (decimal): -4140340 or 13423296. OLE color: 13423296.

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

Color convert

RGB 192 210 204 -
CMYK 0.09 0 0.03 0.18
HSL 160º 0.17% 0.79% -
HSV(B) 160º 0.09% 0.82% -
XYZ 55.68 61.66 66.09 -
YUV 203.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 192 210 204 0.09 0 0.03 0.18 160 0.17 0.79
Hex C0 D2 CC 9 0 3 12 A0 11 4F
Octal 300 322 314 11 0 3 22 240 21 117
Binary 11000000 11010010 11001100 1001 0 11 10010 10100000 10001 1001111

Color Harmonies of #C0D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D2CC

Black with #C0D2CC

Text Example


Text Example

White with #C0D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D2CC; }

 p { color: rgb(192,210,204); }

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

background-color css

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

 a { background-color: rgb(192,210,204); }

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

border-color css

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

 span { border-color: rgb(192,210,204); }

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