Html Css Color HEX #C0D1CC Jet Stream

📋 copy color: '#C0D1CC'

red 192 ◦ green 209 ◦ blue 204

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

Shades of Jet Stream #C0D1CC

Tints of Jet Stream #C0D1CC

RGB

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

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

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

R = 31.74%
G = 34.55%
B = 33.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#C0D1CC (or 0xC0D1CC) is known color: Jet Stream. HEX triplet: C0, D1 and CC. RGB value is (192,209,204). Sum of RGB (Red+Green+Blue) = 192+209+204=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1CC is #3F2E33. Grayscale: #CBCBCB. Windows color (decimal): -4140596 or 13423040. OLE color: 13423040.

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

Color convert

RGB 192 209 204 -
CMYK 0.08 0 0.02 0.18
HSL 162.35º 0.16% 0.79% -
HSV(B) 162.35º 0.08% 0.82% -
XYZ 55.44 61.17 66.01 -
YUV 203.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 192 209 204 0.08 0 0.02 0.18 162.35 0.16 0.79
Hex C0 D1 CC 8 0 2 12 A2 10 4F
Octal 300 321 314 10 0 2 22 242 20 117
Binary 11000000 11010001 11001100 1000 0 10 10010 10100010 10000 1001111

Color Harmonies of #C0D1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D1CC

Black with #C0D1CC

Text Example


Text Example

White with #C0D1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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