#CAEEE8

Color #CAEEE8 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #CAEEE8

Tints of Jagged Ice #CAEEE8

Color information

#CAEEE8 (or 0xCAEEE8) is unknown color: approx Jagged Ice. HEX triplet: CA, EE and E8. RGB value is (202,238,232). Sum of RGB (Red+Green+Blue) = 202+238+232=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEE8 is #351117. Grayscale: #E2E2E2. Windows color (decimal): -3477784 or 15265482. OLE color: 15265482.

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

Color convert

RGB202238232-
CMYK0.1500.030.07
HSL170º51.43%86.27%-
HSV(B)170º15.13%93.33%-
XYZ69.579.5388.03-
YUV226.55131.07110.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.06%
GREEN value IS 238 (93.36% from 255) = 35.42%
BLUE value IS 232 (91.02% from 255) = 34.52%
R=30.06%
G=35.42%
B=34.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022382320.1500.030.0717051.4386.27
HexCAEEE8F037aa3356
Octal3123563501703725263126
Binary1100101011101110111010001111011111101010101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEE8; }

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

 H1.HeaderClassName
 {
   color: #CAEEE8;
 }
 .AnyTagClassName
 {
   color: #CAEEE8;
 }
</style>
background-color css

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

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

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

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

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

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