#CAF1EA

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

Shades of Jagged Ice #CAF1EA

Tints of Jagged Ice #CAF1EA

Color information

#CAF1EA (or 0xCAF1EA) is unknown color: approx Jagged Ice. HEX triplet: CA, F1 and EA. RGB value is (202,241,234). Sum of RGB (Red+Green+Blue) = 202+241+234=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1EA is #350E15. Grayscale: #E4E4E4. Windows color (decimal): -3477014 or 15397322. OLE color: 15397322.

HSL color Cylindrical-coordinate representation of color #CAF1EA: hue angle of 169.23º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1EA is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB202241234-
CMYK0.1600.030.05
HSL169.23º58.21%86.86%-
HSV(B)169.23º16.18%94.51%-
XYZ70.6681.4189.83-
YUV228.54131.08109.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.84%
GREEN value IS 241 (94.53% from 255) = 35.60%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=29.84%
G=35.60%
B=34.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022412340.1600.030.05169.2358.2186.86
HexCAF1EA10035a93a57
Octal3123613522003525172127
Binary11001010111100011110101010000011101101010011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1EA; }

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

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

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

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

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

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

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

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