#CEFBF3

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

Shades of Foam #CEFBF3

Tints of Foam #CEFBF3

Color information

#CEFBF3 (or 0xCEFBF3) is unknown color: approx Foam. HEX triplet: CE, FB and F3. RGB value is (206,251,243). Sum of RGB (Red+Green+Blue) = 206+251+243=700 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.43% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFBF3 is #31040C. Grayscale: #ECECEC. Windows color (decimal): -3212301 or 15989710. OLE color: 15989710.

HSL color Cylindrical-coordinate representation of color #CEFBF3: hue angle of 169.33º 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 #CEFBF3 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB206251243-
CMYK0.1800.030.02
HSL169.33º84.91%89.61%-
HSV(B)169.33º17.93%98.43%-
XYZ76.1388.5997.88-
YUV236.63131.59106.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.43%
GREEN value IS 251 (98.44% from 255) = 35.86%
BLUE value IS 243 (95.31% from 255) = 34.71%
R=29.43%
G=35.86%
B=34.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062512430.1800.030.02169.3384.9189.61
HexCEFBF312032a9555a
Octal31637336322032251125132
Binary11001110111110111111001110010011101010100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBF3; }

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

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

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

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

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

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

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

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