#CBFAF6

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

Shades of Foam #CBFAF6

Tints of Foam #CBFAF6

Color information

#CBFAF6 (or 0xCBFAF6) is unknown color: approx Foam. HEX triplet: CB, FA and F6. RGB value is (203,250,246). Sum of RGB (Red+Green+Blue) = 203+250+246=699 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.04% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 246 (96.48% from 255 or 35.19% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFAF6 is #340509. Grayscale: #EBEBEB. Windows color (decimal): -3409162 or 16186059. OLE color: 16186059.

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

Color convert

RGB203250246-
CMYK0.1900.020.02
HSL174.89º82.46%88.82%-
HSV(B)174.89º18.8%98.04%-
XYZ75.4587.72100.14-
YUV235.49133.93104.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.04%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 246 (96.48% from 255) = 35.19%
R=29.04%
G=35.77%
B=35.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032502460.1900.020.02174.8982.4688.82
HexCBFAF613022af5259
Octal31337236623022257122131
Binary11001011111110101111011010011010101010111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAF6; }

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

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

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

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

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

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

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

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