#46F0FB

Color #46F0FB Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #46F0FB

Tints of Baby Blue #46F0FB

Color information

#46F0FB (or 0x46F0FB) is unknown color: approx Baby Blue. HEX triplet: 46, F0 and FB. RGB value is (70,240,251). Sum of RGB (Red+Green+Blue) = 70+240+251=561 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.48% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #46F0FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46F0FB is #B90F04. Grayscale: #BEBEBE. Windows color (decimal): -12128005 or 16511046. OLE color: 16511046.

HSL color Cylindrical-coordinate representation of color #46F0FB: hue angle of 183.65º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F0FB is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70240251-
CMYK0.720.0400.02
HSL183.65º95.77%62.94%-
HSV(B)183.65º72.11%98.43%-
XYZ51.170.59102.2-
YUV190.42162.1842.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.48%
GREEN value IS 240 (94.14% from 255) = 42.78%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=12.48%
G=42.78%
B=44.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702402510.720.0400.02183.6595.7762.94
Hex46F0FB48402b8603f
Octal10636037311040227014077
Binary100011011110000111110111001000100010101110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46F0FB; }

 p { color: rgb(70,240,251); }

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

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

 a { background-color: rgb(70,240,251); }

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

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

 span { border-color: rgb(70,240,251); }

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