#46EEFB

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

Shades of Baby Blue #46EEFB

Tints of Baby Blue #46EEFB

Color information

#46EEFB (or 0x46EEFB) is unknown color: approx Baby Blue. HEX triplet: 46, EE and FB. RGB value is (70,238,251). Sum of RGB (Red+Green+Blue) = 70+238+251=559 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.52% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #46EEFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46EEFB is #B91104. Grayscale: #BDBDBD. Windows color (decimal): -12128517 or 16510534. OLE color: 16510534.

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

Color convert

RGB70238251-
CMYK0.720.0500.02
HSL184.31º95.77%62.94%-
HSV(B)184.31º72.11%98.43%-
XYZ50.5169.42102-
YUV189.25162.8442.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.52%
GREEN value IS 238 (93.36% from 255) = 42.58%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=12.52%
G=42.58%
B=44.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702382510.720.0500.02184.3195.7762.94
Hex46EEFB48502b8603f
Octal10635637311050227014077
Binary100011011101110111110111001000101010101110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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