#46F7FB

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

Shades of Baby Blue #46F7FB

Tints of Baby Blue #46F7FB

Color information

#46F7FB (or 0x46F7FB) is unknown color: approx Baby Blue. HEX triplet: 46, F7 and FB. RGB value is (70,247,251). Sum of RGB (Red+Green+Blue) = 70+247+251=568 (75% of max value = 765). Red value is 70 (27.73% from 255 or 12.32% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #46F7FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46F7FB is #B90804. Grayscale: #C2C2C2. Windows color (decimal): -12126213 or 16512838. OLE color: 16512838.

HSL color Cylindrical-coordinate representation of color #46F7FB: hue angle of 181.33º 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 #46F7FB is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70247251-
CMYK0.720.0200.02
HSL181.33º95.77%62.94%-
HSV(B)181.33º72.11%98.43%-
XYZ53.274.79102.9-
YUV194.53159.8639.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.32%
GREEN value IS 247 (96.88% from 255) = 43.49%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=12.32%
G=43.49%
B=44.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702472510.720.0200.02181.3395.7762.94
Hex46F7FB48202b5603f
Octal10636737311020226514077
Binary10001101111011111111011100100010010101101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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