#CEFBF5

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

Shades of Foam #CEFBF5

Tints of Foam #CEFBF5

Color information

#CEFBF5 (or 0xCEFBF5) is unknown color: approx Foam. HEX triplet: CE, FB and F5. RGB value is (206,251,245). Sum of RGB (Red+Green+Blue) = 206+251+245=702 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.34% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFBF5 is #31040A. Grayscale: #ECECEC. Windows color (decimal): -3212299 or 16120782. OLE color: 16120782.

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

Color convert

RGB206251245-
CMYK0.1800.020.02
HSL172º84.91%89.61%-
HSV(B)172º17.93%98.43%-
XYZ76.4388.7199.48-
YUV236.86132.59105.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.34%
GREEN value IS 251 (98.44% from 255) = 35.75%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=29.34%
G=35.75%
B=34.90%

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
Decimal2062512450.1800.020.0217284.9189.61
HexCEFBF512022ac555a
Octal31637336522022254125132
Binary11001110111110111111010110010010101010110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBF5; }

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

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

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

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

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

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

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

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