Html Css Color HEX #C0D3CA Jet Stream

📋 copy color: '#C0D3CA'

red 192 ◦ green 211 ◦ blue 202

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

Shades of Jet Stream #C0D3CA

Tints of Jet Stream #C0D3CA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.88%

 BLUE value IS 202 (79.3% from 255) = 33.39%

R = 31.74%
G = 34.88%
B = 33.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#C0D3CA (or 0xC0D3CA) is known color: Jet Stream. HEX triplet: C0, D3 and CA. RGB value is (192,211,202). Sum of RGB (Red+Green+Blue) = 192+211+202=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D3CA is #3F2C35. Grayscale: #CCCCCC. Windows color (decimal): -4140086 or 13292480. OLE color: 13292480.

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

Color convert

RGB 192 211 202 -
CMYK 0.09 0 0.04 0.17
HSL 151.58º 0.18% 0.79% -
HSV(B) 151.58º 0.09% 0.83% -
XYZ 55.69 62.06 64.92 -
YUV 204.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 192 211 202 0.09 0 0.04 0.17 151.58 0.18 0.79
Hex C0 D3 CA 9 0 4 11 98 12 4F
Octal 300 323 312 11 0 4 21 230 22 117
Binary 11000000 11010011 11001010 1001 0 100 10001 10011000 10010 1001111

Color Harmonies of #C0D3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D3CA

Black with #C0D3CA

Text Example


Text Example

White with #C0D3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D3CA; }

 p { color: rgb(192,211,202); }

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

background-color css

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

 a { background-color: rgb(192,211,202); }

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

border-color css

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

 span { border-color: rgb(192,211,202); }

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