#CBF1EC

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

Shades of Foam #CBF1EC

Tints of Foam #CBF1EC

Color information

#CBF1EC (or 0xCBF1EC) is unknown color: approx Foam. HEX triplet: CB, F1 and EC. RGB value is (203,241,236). Sum of RGB (Red+Green+Blue) = 203+241+236=680 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.85% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF1EC is #340E13. Grayscale: #E5E5E5. Windows color (decimal): -3411476 or 15528395. OLE color: 15528395.

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

Color convert

RGB203241236-
CMYK0.1600.020.05
HSL172.11º57.58%87.06%-
HSV(B)172.11º15.77%94.51%-
XYZ71.2281.6691.37-
YUV229.07131.91109.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.85%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 236 (92.58% from 255) = 34.71%
R=29.85%
G=35.44%
B=34.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032412360.1600.020.05172.1157.5887.06
HexCBF1EC10025ac3a57
Octal3133613542002525472127
Binary11001011111100011110110010000010101101011001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1EC; }

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

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

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

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

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

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

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

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