Html Css Color HEX #C1CCC8 Jet Stream

📋 copy color: '#C1CCC8'

red 193 ◦ green 204 ◦ blue 200

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

Shades of Jet Stream #C1CCC8

Tints of Jet Stream #C1CCC8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.17%

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

R = 32.33%
G = 34.17%
B = 33.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#C1CCC8 (or 0xC1CCC8) is known color: Jet Stream. HEX triplet: C1, CC and C8. RGB value is (193,204,200). Sum of RGB (Red+Green+Blue) = 193+204+200=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCC8 is #3E3337. Grayscale: #C8C8C8. Windows color (decimal): -4076344 or 13159617. OLE color: 13159617.

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

Color convert

RGB 193 204 200 -
CMYK 0.05 0 0.02 0.2
HSL 158.18º 0.1% 0.78% -
HSV(B) 158.18º 0.05% 0.8% -
XYZ 54.01 58.69 63.13 -
YUV 200.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 193 204 200 0.05 0 0.02 0.2 158.18 0.1 0.78
Hex C1 CC C8 5 0 2 14 9E A 4E
Octal 301 314 310 5 0 2 24 236 12 116
Binary 11000001 11001100 11001000 101 0 10 10100 10011110 1010 1001110

Color Harmonies of #C1CCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CCC8

Black with #C1CCC8

Text Example


Text Example

White with #C1CCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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