#46ADFB

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

Shades of Summer Sky #46ADFB

Tints of Summer Sky #46ADFB

Color information

#46ADFB (or 0x46ADFB) is unknown color: approx Summer Sky. HEX triplet: 46, AD and FB. RGB value is (70,173,251). Sum of RGB (Red+Green+Blue) = 70+173+251=494 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.17% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #46ADFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46ADFB is #B95204. Grayscale: #969696. Windows color (decimal): -12145157 or 16493894. OLE color: 16493894.

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

Color convert

RGB70173251-
CMYK0.720.3100.02
HSL205.86º95.77%62.94%-
HSV(B)205.86º72.11%98.43%-
XYZ34.8838.1596.79-
YUV151.1184.3870.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.17%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 251 (98.44% from 255) = 50.81%
R=14.17%
G=35.02%
B=50.81%

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
Decimal701732510.720.3100.02205.8695.7762.94
Hex46ADFB481F02ce603f
Octal106255373110370231614077
Binary10001101010110111111011100100011111010110011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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