Html Css Color HEX #C1CEC8 Jet Stream

📋 copy color: '#C1CEC8'

red 193 ◦ green 206 ◦ blue 200

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

Shades of Jet Stream #C1CEC8

Tints of Jet Stream #C1CEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.39%

R = 32.22%
G = 34.39%
B = 33.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#C1CEC8 (or 0xC1CEC8) is known color: Jet Stream. HEX triplet: C1, CE and C8. RGB value is (193,206,200). Sum of RGB (Red+Green+Blue) = 193+206+200=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEC8 is #3E3137. Grayscale: #C9C9C9. Windows color (decimal): -4075832 or 13160129. OLE color: 13160129.

HSL color Cylindrical-coordinate representation of color #C1CEC8: hue angle of 152.31º 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 #C1CEC8 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 206 200 -
CMYK 0.06 0 0.03 0.19
HSL 152.31º 0.12% 0.78% -
HSV(B) 152.31º 0.06% 0.81% -
XYZ 54.49 59.65 63.29 -
YUV 201.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 193 206 200 0.06 0 0.03 0.19 152.31 0.12 0.78
Hex C1 CE C8 6 0 3 13 98 C 4E
Octal 301 316 310 6 0 3 23 230 14 116
Binary 11000001 11001110 11001000 110 0 11 10011 10011000 1100 1001110

Color Harmonies of #C1CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CEC8

Black with #C1CEC8

Text Example


Text Example

White with #C1CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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