#46EAFE

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

Shades of Baby Blue #46EAFE

Tints of Baby Blue #46EAFE

Color information

#46EAFE (or 0x46EAFE) is unknown color: approx Baby Blue. HEX triplet: 46, EA and FE. RGB value is (70,234,254). Sum of RGB (Red+Green+Blue) = 70+234+254=558 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.54% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #46EAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46EAFE is #B91501. Grayscale: #BBBBBB. Windows color (decimal): -12129538 or 16706118. OLE color: 16706118.

HSL color Cylindrical-coordinate representation of color #46EAFE: hue angle of 186.52º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46EAFE is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB70234254-
CMYK0.720.0800.00
HSL186.52º98.92%63.53%-
HSV(B)186.52º72.44%99.61%-
XYZ49.8467.3104.13-
YUV187.24165.6744.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.54%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=12.54%
G=41.94%
B=45.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal702342540.720.0800.00186.5298.9263.53
Hex46EAFE48800bb6340
Octal1063523761101000273143100
Binary1000110111010101111111010010001000001011101111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,234,254); }

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

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

 a { background-color: rgb(70,234,254); }

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

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

 span { border-color: rgb(70,234,254); }

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