#CEFAF5

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

Shades of Foam #CEFAF5

Tints of Foam #CEFAF5

Color information

#CEFAF5 (or 0xCEFAF5) is unknown color: approx Foam. HEX triplet: CE, FA and F5. RGB value is (206,250,245). Sum of RGB (Red+Green+Blue) = 206+250+245=701 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.39% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFAF5 is #31050A. Grayscale: #ECECEC. Windows color (decimal): -3212555 or 16120526. OLE color: 16120526.

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

Color convert

RGB206250245-
CMYK0.1800.020.02
HSL173.18º81.48%89.41%-
HSV(B)173.18º17.6%98.04%-
XYZ76.1288.0999.38-
YUV236.27132.92106.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.39%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 245 (96.09% from 255) = 34.95%
R=29.39%
G=35.66%
B=34.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502450.1800.020.02173.1881.4889.41
HexCEFAF512022ad5159
Octal31637236522022255121131
Binary11001110111110101111010110010010101010110110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAF5; }

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

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

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

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

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

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

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

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