#CBFFF6

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

Shades of Foam #CBFFF6

Tints of Foam #CBFFF6

Color information

#CBFFF6 (or 0xCBFFF6) is unknown color: approx Foam. HEX triplet: CB, FF and F6. RGB value is (203,255,246). Sum of RGB (Red+Green+Blue) = 203+255+246=704 (93% of max value = 765). Red value is 203 (79.69% from 255 or 28.84% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFFF6 is #340009. Grayscale: #EEEEEE. Windows color (decimal): -3407882 or 16187339. OLE color: 16187339.

HSL color Cylindrical-coordinate representation of color #CBFFF6: hue angle of 169.62º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFFF6 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB203255246-
CMYK0.2000.040
HSL169.62º100%89.8%-
HSV(B)169.62º20.39%100%-
XYZ77.0290.87100.67-
YUV238.43132.27102.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 28.84%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 246 (96.48% from 255) = 34.94%
R=28.84%
G=36.22%
B=34.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032552460.2000.040169.6210089.8
HexCBFFF614040aa645a
Octal31337736624040252144132
Binary11001011111111111111011010100010001010101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFF6; }

 p { color: rgb(203,255,246); }

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

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

 a { background-color: rgb(203,255,246); }

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

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

 span { border-color: rgb(203,255,246); }

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