#CEF9F2

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

Shades of Foam #CEF9F2

Tints of Foam #CEF9F2

Color information

#CEF9F2 (or 0xCEF9F2) is unknown color: approx Foam. HEX triplet: CE, F9 and F2. RGB value is (206,249,242). Sum of RGB (Red+Green+Blue) = 206+249+242=697 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.56% from 697); Green value is 249 (97.66% from 255 or 35.72% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF9F2 is #31060D. Grayscale: #EBEBEB. Windows color (decimal): -3212814 or 15923662. OLE color: 15923662.

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

Color convert

RGB206249242-
CMYK0.1700.030.02
HSL170.23º78.18%89.22%-
HSV(B)170.23º17.27%97.65%-
XYZ75.3687.2896.88-
YUV235.34131.75107.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.56%
GREEN value IS 249 (97.66% from 255) = 35.72%
BLUE value IS 242 (94.92% from 255) = 34.72%
R=29.56%
G=35.72%
B=34.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062492420.1700.030.02170.2378.1889.22
HexCEF9F211032aa4e59
Octal31637136221032252116131
Binary11001110111110011111001010001011101010101010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9F2; }

 p { color: rgb(206,249,242); }

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

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

 a { background-color: rgb(206,249,242); }

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

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

 span { border-color: rgb(206,249,242); }

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