Html Css Color HEX #C0D6CD Jet Stream

📋 copy color: '#C0D6CD'

red 192 ◦ green 214 ◦ blue 205

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

Shades of Jet Stream #C0D6CD

Tints of Jet Stream #C0D6CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.55%

R = 31.42%
G = 35.02%
B = 33.55%

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

#C0D6CD (or 0xC0D6CD) is known color: Jet Stream. HEX triplet: C0, D6 and CD. RGB value is (192,214,205). Sum of RGB (Red+Green+Blue) = 192+214+205=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6CD is #3F2932. Grayscale: #CECECE. Windows color (decimal): -4139315 or 13489856. OLE color: 13489856.

HSL color Cylindrical-coordinate representation of color #C0D6CD: hue angle of 155.45º 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 #C0D6CD is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 205 -
CMYK 0.10 0 0.04 0.16
HSL 155.45º 0.21% 0.8% -
HSV(B) 155.45º 0.1% 0.84% -
XYZ 56.8 63.71 67.06 -
YUV 206.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 192 214 205 0.10 0 0.04 0.16 155.45 0.21 0.8
Hex C0 D6 CD A 0 4 10 9B 15 50
Octal 300 326 315 12 0 4 20 233 25 120
Binary 11000000 11010110 11001101 1010 0 100 10000 10011011 10101 1010000

Color Harmonies of #C0D6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D6CD

Black with #C0D6CD

Text Example


Text Example

White with #C0D6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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