#CBFCF5

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

Shades of Foam #CBFCF5

Tints of Foam #CBFCF5

Color information

#CBFCF5 (or 0xCBFCF5) is unknown color: approx Foam. HEX triplet: CB, FC and F5. RGB value is (203,252,245). Sum of RGB (Red+Green+Blue) = 203+252+245=700 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFCF5 is #34030A. Grayscale: #ECECEC. Windows color (decimal): -3408651 or 16121035. OLE color: 16121035.

HSL color Cylindrical-coordinate representation of color #CBFCF5: hue angle of 171.43º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFCF5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB203252245-
CMYK0.1900.030.01
HSL171.43º89.09%89.22%-
HSV(B)171.43º19.44%98.82%-
XYZ75.9288.9199.55-
YUV236.55132.77104.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29%
GREEN value IS 252 (98.83% from 255) = 36%
BLUE value IS 245 (96.09% from 255) = 35%
R=29%
G=36%
B=35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032522450.1900.030.01171.4389.0989.22
HexCBFCF513031ab5959
Octal31337436523031253131131
Binary1100101111111100111101011001101111010101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFCF5; }

 p { color: rgb(203,252,245); }

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

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

 a { background-color: rgb(203,252,245); }

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

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

 span { border-color: rgb(203,252,245); }

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