#CFFAF5

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

Shades of Foam #CFFAF5

Tints of Foam #CFFAF5

Color information

#CFFAF5 (or 0xCFFAF5) is unknown color: approx Foam. HEX triplet: CF, FA and F5. RGB value is (207,250,245). Sum of RGB (Red+Green+Blue) = 207+250+245=702 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.49% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFAF5 is #30050A. Grayscale: #ECECEC. Windows color (decimal): -3147019 or 16120527. OLE color: 16120527.

HSL color Cylindrical-coordinate representation of color #CFFAF5: hue angle of 173.02º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFFAF5 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB207250245-
CMYK0.1700.020.02
HSL173.02º81.13%89.61%-
HSV(B)173.02º17.2%98.04%-
XYZ76.488.2399.39-
YUV236.57132.75106.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.49%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=29.49%
G=35.61%
B=34.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502450.1700.020.02173.0281.1389.61
HexCFFAF511022ad515a
Octal31737236521022255121132
Binary11001111111110101111010110001010101010110110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAF5; }

 p { color: rgb(207,250,245); }

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

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

 a { background-color: rgb(207,250,245); }

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

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

 span { border-color: rgb(207,250,245); }

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