#CBF3EE

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

Shades of Foam #CBF3EE

Tints of Foam #CBF3EE

Color information

#CBF3EE (or 0xCBF3EE) is unknown color: approx Foam. HEX triplet: CB, F3 and EE. RGB value is (203,243,238). Sum of RGB (Red+Green+Blue) = 203+243+238=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 243 (95.31% from 255 or 35.53% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF3EE is #340C11. Grayscale: #E6E6E6. Windows color (decimal): -3410962 or 15659979. OLE color: 15659979.

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

Color convert

RGB203243238-
CMYK0.1600.020.05
HSL172.5º62.5%87.45%-
HSV(B)172.5º16.46%95.29%-
XYZ72.1182.9793.1-
YUV230.47132.25108.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.68%
GREEN value IS 243 (95.31% from 255) = 35.53%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=29.68%
G=35.53%
B=34.80%

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
Decimal2032432380.1600.020.05172.562.587.45
HexCBF3EE10025ac3e57
Octal3133633562002525476127
Binary11001011111100111110111010000010101101011001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF3EE; }

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

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

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

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

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

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

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

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