Html Css Color HEX #C0D4CF Jet Stream

📋 copy color: '#C0D4CF'

red 192 ◦ green 212 ◦ blue 207

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

Shades of Jet Stream #C0D4CF

Tints of Jet Stream #C0D4CF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.7%

 BLUE value IS 207 (81.25% from 255) = 33.88%

R = 31.42%
G = 34.7%
B = 33.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#C0D4CF (or 0xC0D4CF) is known color: Jet Stream. HEX triplet: C0, D4 and CF. RGB value is (192,212,207). Sum of RGB (Red+Green+Blue) = 192+212+207=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D4CF is #3F2B30. Grayscale: #CDCDCD. Windows color (decimal): -4139825 or 13620416. OLE color: 13620416.

HSL color Cylindrical-coordinate representation of color #C0D4CF: hue angle of 165º degrees, saturation: 0.19, 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 #C0D4CF is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 212 207 -
CMYK 0.09 0 0.02 0.17
HSL 165º 0.19% 0.79% -
HSV(B) 165º 0.09% 0.83% -
XYZ 56.54 62.8 68.17 -
YUV 205.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 192 212 207 0.09 0 0.02 0.17 165 0.19 0.79
Hex C0 D4 CF 9 0 2 11 A5 13 4F
Octal 300 324 317 11 0 2 21 245 23 117
Binary 11000000 11010100 11001111 1001 0 10 10001 10100101 10011 1001111

Color Harmonies of #C0D4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D4CF

Black with #C0D4CF

Text Example


Text Example

White with #C0D4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D4CF; }

 p { color: rgb(192,212,207); }

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

background-color css

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

 a { background-color: rgb(192,212,207); }

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

border-color css

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

 span { border-color: rgb(192,212,207); }

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