#CAEEE7

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

Shades of Jagged Ice #CAEEE7

Tints of Jagged Ice #CAEEE7

Color information

#CAEEE7 (or 0xCAEEE7) is unknown color: approx Jagged Ice. HEX triplet: CA, EE and E7. RGB value is (202,238,231). Sum of RGB (Red+Green+Blue) = 202+238+231=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEE7 is #351118. Grayscale: #E2E2E2. Windows color (decimal): -3477785 or 15199946. OLE color: 15199946.

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

Color convert

RGB202238231-
CMYK0.1500.030.07
HSL168.33º51.43%86.27%-
HSV(B)168.33º15.13%93.33%-
XYZ69.3679.4887.29-
YUV226.44130.57110.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 238 (93.36% from 255) = 35.47%
BLUE value IS 231 (90.62% from 255) = 34.43%
R=30.10%
G=35.47%
B=34.43%

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
Decimal2022382310.1500.030.07168.3351.4386.27
HexCAEEE7F037a83356
Octal3123563471703725063126
Binary1100101011101110111001111111011111101010001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEE7; }

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

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

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

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

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

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

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

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