#CAFDF5

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

Shades of Foam #CAFDF5

Tints of Foam #CAFDF5

Color information

#CAFDF5 (or 0xCAFDF5) is unknown color: approx Foam. HEX triplet: CA, FD and F5. RGB value is (202,253,245). Sum of RGB (Red+Green+Blue) = 202+253+245=700 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.86% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDF5 is #35020A. Grayscale: #ECECEC. Windows color (decimal): -3473931 or 16121290. OLE color: 16121290.

HSL color Cylindrical-coordinate representation of color #CAFDF5: hue angle of 170.59º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDF5 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB202253245-
CMYK0.2000.030.01
HSL170.59º92.73%89.22%-
HSV(B)170.59º20.16%99.22%-
XYZ75.9689.499.64-
YUV236.84132.6103.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.86%
GREEN value IS 253 (99.22% from 255) = 36.14%
BLUE value IS 245 (96.09% from 255) = 35%
R=28.86%
G=36.14%
B=35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022532450.2000.030.01170.5992.7389.22
HexCAFDF514031ab5d59
Octal31237536524031253135131
Binary1100101011111101111101011010001111010101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDF5; }

 p { color: rgb(202,253,245); }

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

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

 a { background-color: rgb(202,253,245); }

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

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

 span { border-color: rgb(202,253,245); }

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