#CBF1EF

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

Shades of Foam #CBF1EF

Tints of Foam #CBF1EF

Color information

#CBF1EF (or 0xCBF1EF) is unknown color: approx Foam. HEX triplet: CB, F1 and EF. RGB value is (203,241,239). Sum of RGB (Red+Green+Blue) = 203+241+239=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF1EF is #340E10. Grayscale: #E5E5E5. Windows color (decimal): -3411473 or 15725003. OLE color: 15725003.

HSL color Cylindrical-coordinate representation of color #CBF1EF: hue angle of 176.84º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF1EF is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB203241239-
CMYK0.1600.010.05
HSL176.84º57.58%87.06%-
HSV(B)176.84º15.77%94.51%-
XYZ71.6681.8493.68-
YUV229.41133.41109.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.72%
GREEN value IS 241 (94.53% from 255) = 35.29%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=29.72%
G=35.29%
B=34.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032412390.1600.010.05176.8457.5887.06
HexCBF1EF10015b13a57
Octal3133613572001526172127
Binary1100101111110001111011111000001101101100011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1EF; }

 p { color: rgb(203,241,239); }

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

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

 a { background-color: rgb(203,241,239); }

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

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

 span { border-color: rgb(203,241,239); }

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