#CAEEE6

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

Shades of Jagged Ice #CAEEE6

Tints of Jagged Ice #CAEEE6

Color information

#CAEEE6 (or 0xCAEEE6) is unknown color: approx Jagged Ice. HEX triplet: CA, EE and E6. RGB value is (202,238,230). Sum of RGB (Red+Green+Blue) = 202+238+230=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEE6 is #351119. Grayscale: #E2E2E2. Windows color (decimal): -3477786 or 15134410. OLE color: 15134410.

HSL color Cylindrical-coordinate representation of color #CAEEE6: hue angle of 166.67º 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 #CAEEE6 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB202238230-
CMYK0.1500.030.07
HSL166.67º51.43%86.27%-
HSV(B)166.67º15.13%93.33%-
XYZ69.2179.4286.54-
YUV226.32130.07110.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.15%
GREEN value IS 238 (93.36% from 255) = 35.52%
BLUE value IS 230 (90.23% from 255) = 34.33%
R=30.15%
G=35.52%
B=34.33%

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
Decimal2022382300.1500.030.07166.6751.4386.27
HexCAEEE6F037a73356
Octal3123563461703724763126
Binary1100101011101110111001101111011111101001111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEE6; }

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

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

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

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

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

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

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

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