#CBF4EE

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

Shades of Foam #CBF4EE

Tints of Foam #CBF4EE

Color information

#CBF4EE (or 0xCBF4EE) is unknown color: approx Foam. HEX triplet: CB, F4 and EE. RGB value is (203,244,238). Sum of RGB (Red+Green+Blue) = 203+244+238=685 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.64% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF4EE is #340B11. Grayscale: #E7E7E7. Windows color (decimal): -3410706 or 15660235. OLE color: 15660235.

HSL color Cylindrical-coordinate representation of color #CBF4EE: hue angle of 171.22º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF4EE is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB203244238-
CMYK0.1700.020.04
HSL171.22º65.08%87.65%-
HSV(B)171.22º16.8%95.69%-
XYZ72.4183.5793.2-
YUV231.06131.92107.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.64%
GREEN value IS 244 (95.70% from 255) = 35.62%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=29.64%
G=35.62%
B=34.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032442380.1700.020.04171.2265.0887.65
HexCBF4EE11024ab4158
Octal31336435621024253101130
Binary110010111111010011101110100010101001010101110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF4EE; }

 p { color: rgb(203,244,238); }

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

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

 a { background-color: rgb(203,244,238); }

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

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

 span { border-color: rgb(203,244,238); }

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