Html Css Color HEX #C1CEC9 Jet Stream

📋 copy color: '#C1CEC9'

red 193 ◦ green 206 ◦ blue 201

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

Shades of Jet Stream #C1CEC9

Tints of Jet Stream #C1CEC9

RGB

 RED value IS 193 (75.78% from 255) = 32.17%

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

 BLUE value IS 201 (78.91% from 255) = 33.5%

R = 32.17%
G = 34.33%
B = 33.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#C1CEC9 (or 0xC1CEC9) is known color: Jet Stream. HEX triplet: C1, CE and C9. RGB value is (193,206,201). Sum of RGB (Red+Green+Blue) = 193+206+201=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEC9 is #3E3136. Grayscale: #C9C9C9. Windows color (decimal): -4075831 or 13225665. OLE color: 13225665.

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

Color convert

RGB 193 206 201 -
CMYK 0.06 0 0.02 0.19
HSL 156.92º 0.12% 0.78% -
HSV(B) 156.92º 0.06% 0.81% -
XYZ 54.61 59.7 63.9 -
YUV 201.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 193 206 201 0.06 0 0.02 0.19 156.92 0.12 0.78
Hex C1 CE C9 6 0 2 13 9D C 4E
Octal 301 316 311 6 0 2 23 235 14 116
Binary 11000001 11001110 11001001 110 0 10 10011 10011101 1100 1001110

Color Harmonies of #C1CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CEC9

Black with #C1CEC9

Text Example


Text Example

White with #C1CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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