#46AEFB

Color #46AEFB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #46AEFB

Tints of Summer Sky #46AEFB

Color information

#46AEFB (or 0x46AEFB) is unknown color: approx Summer Sky. HEX triplet: 46, AE and FB. RGB value is (70,174,251). Sum of RGB (Red+Green+Blue) = 70+174+251=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #46AEFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46AEFB is #B95104. Grayscale: #979797. Windows color (decimal): -12144901 or 16494150. OLE color: 16494150.

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

Color convert

RGB70174251-
CMYK0.720.3100.02
HSL205.52º95.77%62.94%-
HSV(B)205.52º72.11%98.43%-
XYZ35.0738.5496.86-
YUV151.68184.0469.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.14%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 251 (98.44% from 255) = 50.71%
R=14.14%
G=35.15%
B=50.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal701742510.720.3100.02205.5295.7762.94
Hex46AEFB481F02ce603f
Octal106256373110370231614077
Binary10001101010111011111011100100011111010110011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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