#CBF3F0

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

Shades of Foam #CBF3F0

Tints of Foam #CBF3F0

Color information

#CBF3F0 (or 0xCBF3F0) is unknown color: approx Foam. HEX triplet: CB, F3 and F0. RGB value is (203,243,240). Sum of RGB (Red+Green+Blue) = 203+243+240=686 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.59% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 240 (94.14% from 255 or 34.99% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF3F0 is #340C0F. Grayscale: #E6E6E6. Windows color (decimal): -3410960 or 15791051. OLE color: 15791051.

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

Color convert

RGB203243240-
CMYK0.1600.010.05
HSL175.5º62.5%87.45%-
HSV(B)175.5º16.46%95.29%-
XYZ72.4183.0994.66-
YUV230.7133.25108.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.59%
GREEN value IS 243 (95.31% from 255) = 35.42%
BLUE value IS 240 (94.14% from 255) = 34.99%
R=29.59%
G=35.42%
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
Decimal2032432400.1600.010.05175.562.587.45
HexCBF3F010015b03e57
Octal3133633602001526076127
Binary1100101111110011111100001000001101101100001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF3F0; }

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

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

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

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

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

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

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

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