Html Css Color HEX #C0D6CE Jet Stream

📋 copy color: '#C0D6CE'

red 192 ◦ green 214 ◦ blue 206

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

Shades of Jet Stream #C0D6CE

Tints of Jet Stream #C0D6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.97%

 BLUE value IS 206 (80.86% from 255) = 33.66%

R = 31.37%
G = 34.97%
B = 33.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C0D6CE (or 0xC0D6CE) is known color: Jet Stream. HEX triplet: C0, D6 and CE. RGB value is (192,214,206). Sum of RGB (Red+Green+Blue) = 192+214+206=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6CE is #3F2931. Grayscale: #CECECE. Windows color (decimal): -4139314 or 13555392. OLE color: 13555392.

HSL color Cylindrical-coordinate representation of color #C0D6CE: hue angle of 158.18º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0D6CE is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 206 -
CMYK 0.10 0 0.04 0.16
HSL 158.18º 0.21% 0.8% -
HSV(B) 158.18º 0.1% 0.84% -
XYZ 56.93 63.76 67.7 -
YUV 206.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 192 214 206 0.10 0 0.04 0.16 158.18 0.21 0.8
Hex C0 D6 CE A 0 4 10 9E 15 50
Octal 300 326 316 12 0 4 20 236 25 120
Binary 11000000 11010110 11001110 1010 0 100 10000 10011110 10101 1010000

Color Harmonies of #C0D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D6CE

Black with #C0D6CE

Text Example


Text Example

White with #C0D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D6CE; }

 p { color: rgb(192,214,206); }

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

background-color css

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

 a { background-color: rgb(192,214,206); }

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

border-color css

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

 span { border-color: rgb(192,214,206); }

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