#CAEAE6

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

Shades of Jagged Ice #CAEAE6

Tints of Jagged Ice #CAEAE6

Color information

#CAEAE6 (or 0xCAEAE6) is unknown color: approx Jagged Ice. HEX triplet: CA, EA and E6. RGB value is (202,234,230). Sum of RGB (Red+Green+Blue) = 202+234+230=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAE6 is #351519. Grayscale: #DFDFDF. Windows color (decimal): -3478810 or 15133386. OLE color: 15133386.

HSL color Cylindrical-coordinate representation of color #CAEAE6: hue angle of 172.5º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEAE6 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB202234230-
CMYK0.1400.020.08
HSL172.5º43.24%85.49%-
HSV(B)172.5º13.68%91.76%-
XYZ68.0677.1286.16-
YUV223.98131.4112.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 230 (90.23% from 255) = 34.53%
R=30.33%
G=35.14%
B=34.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022342300.1400.020.08172.543.2485.49
HexCAEAE6E028ac2b55
Octal31235234616021025453125
Binary11001010111010101110011011100101000101011001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAE6; }

 p { color: rgb(202,234,230); }

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

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

 a { background-color: rgb(202,234,230); }

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

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

 span { border-color: rgb(202,234,230); }

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