Html Css Color HEX #C5EEE6 Jagged Ice

📋 copy color: '#C5EEE6'

red 197 ◦ green 238 ◦ blue 230

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

Shades of Jagged Ice #C5EEE6

Tints of Jagged Ice #C5EEE6

RGB

 RED value IS 197 (77.34% from 255) = 29.62%

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

 BLUE value IS 230 (90.23% from 255) = 34.59%

R = 29.62%
G = 35.79%
B = 34.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#C5EEE6 (or 0xC5EEE6) is known color: Jagged Ice. HEX triplet: C5, EE and E6. RGB value is (197,238,230). Sum of RGB (Red+Green+Blue) = 197+238+230=665 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.62% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EEE6 is #3A1119. Grayscale: #E0E0E0. Windows color (decimal): -3805466 or 15134405. OLE color: 15134405.

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

Color convert

RGB 197 238 230 -
CMYK 0.17 0 0.03 0.07
HSL 168.29º 0.55% 0.85% -
HSV(B) 168.29º 0.17% 0.93% -
XYZ 67.88 78.73 86.48 -
YUV 224.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 197 238 230 0.17 0 0.03 0.07 168.29 0.55 0.85
Hex C5 EE E6 11 0 3 7 A8 37 55
Octal 305 356 346 21 0 3 7 250 67 125
Binary 11000101 11101110 11100110 10001 0 11 111 10101000 110111 1010101

Color Harmonies of #C5EEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EEE6

Black with #C5EEE6

Text Example


Text Example

White with #C5EEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EEE6; }

 p { color: rgb(197,238,230); }

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

background-color css

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

 a { background-color: rgb(197,238,230); }

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

border-color css

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

 span { border-color: rgb(197,238,230); }

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