#46ABFB

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

Shades of Summer Sky #46ABFB

Tints of Summer Sky #46ABFB

Color information

#46ABFB (or 0x46ABFB) is unknown color: approx Summer Sky. HEX triplet: 46, AB and FB. RGB value is (70,171,251). Sum of RGB (Red+Green+Blue) = 70+171+251=492 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.23% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #46ABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46ABFB is #B95404. Grayscale: #959595. Windows color (decimal): -12145669 or 16493382. OLE color: 16493382.

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

Color convert

RGB70171251-
CMYK0.720.3200.02
HSL206.52º95.77%62.94%-
HSV(B)206.52º72.11%98.43%-
XYZ34.537.3996.67-
YUV149.92185.0471-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.23%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 251 (98.44% from 255) = 51.02%
R=14.23%
G=34.76%
B=51.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal701712510.720.3200.02206.5295.7762.94
Hex46ABFB482002cf603f
Octal106253373110400231714077
Binary100011010101011111110111001000100000010110011111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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