Html Css Color HEX #C9CECC Jet Stream

📋 copy color: '#C9CECC'

red 201 ◦ green 206 ◦ blue 204

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

Shades of Jet Stream #C9CECC

Tints of Jet Stream #C9CECC

RGB

 RED value IS 201 (78.91% from 255) = 32.9%

 GREEN value IS 206 (80.86% from 255) = 33.72%

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

R = 32.9%
G = 33.72%
B = 33.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#C9CECC (or 0xC9CECC) is known color: Jet Stream. HEX triplet: C9, CE and CC. RGB value is (201,206,204). Sum of RGB (Red+Green+Blue) = 201+206+204=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CECC is #363133. Grayscale: #CCCCCC. Windows color (decimal): -3551540 or 13422281. OLE color: 13422281.

HSL color Cylindrical-coordinate representation of color #C9CECC: hue angle of 156º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CECC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 204 -
CMYK 0.02 0 0.01 0.19
HSL 156º 0.05% 0.8% -
HSV(B) 156º 0.02% 0.81% -
XYZ 57.06 60.92 65.88 -
YUV 204.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 201 206 204 0.02 0 0.01 0.19 156 0.05 0.8
Hex C9 CE CC 2 0 1 13 9C 5 50
Octal 311 316 314 2 0 1 23 234 5 120
Binary 11001001 11001110 11001100 10 0 1 10011 10011100 101 1010000

Color Harmonies of #C9CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CECC

Black with #C9CECC

Text Example


Text Example

White with #C9CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CECC; }

 p { color: rgb(201,206,204); }

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

background-color css

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

 a { background-color: rgb(201,206,204); }

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

border-color css

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

 span { border-color: rgb(201,206,204); }

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