Html Css Color HEX #C1EEE8 Jagged Ice

📋 copy color: '#C1EEE8'

red 193 ◦ green 238 ◦ blue 232

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

Shades of Jagged Ice #C1EEE8

Tints of Jagged Ice #C1EEE8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.9%

 BLUE value IS 232 (91.02% from 255) = 34.99%

R = 29.11%
G = 35.9%
B = 34.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#C1EEE8 (or 0xC1EEE8) is known color: Jagged Ice. HEX triplet: C1, EE and E8. RGB value is (193,238,232). Sum of RGB (Red+Green+Blue) = 193+238+232=663 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.11% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #C1EEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EEE8 is #3E1117. Grayscale: #DFDFDF. Windows color (decimal): -4067608 or 15265473. OLE color: 15265473.

HSL color Cylindrical-coordinate representation of color #C1EEE8: hue angle of 172º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EEE8 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 238 232 -
CMYK 0.19 0 0.03 0.07
HSL 172º 0.57% 0.85% -
HSV(B) 172º 0.19% 0.93% -
XYZ 67.13 78.31 87.92 -
YUV 223.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 193 238 232 0.19 0 0.03 0.07 172 0.57 0.85
Hex C1 EE E8 13 0 3 7 AC 39 55
Octal 301 356 350 23 0 3 7 254 71 125
Binary 11000001 11101110 11101000 10011 0 11 111 10101100 111001 1010101

Color Harmonies of #C1EEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EEE8

Black with #C1EEE8

Text Example


Text Example

White with #C1EEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EEE8; }

 p { color: rgb(193,238,232); }

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

background-color css

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

 a { background-color: rgb(193,238,232); }

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

border-color css

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

 span { border-color: rgb(193,238,232); }

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