#46B8FA

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

Shades of Summer Sky #46B8FA

Tints of Summer Sky #46B8FA

Color information

#46B8FA (or 0x46B8FA) is unknown color: approx Summer Sky. HEX triplet: 46, B8 and FA. RGB value is (70,184,250). Sum of RGB (Red+Green+Blue) = 70+184+250=504 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.89% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #46B8FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46B8FA is #B94705. Grayscale: #9D9D9D. Windows color (decimal): -12142342 or 16431174. OLE color: 16431174.

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

Color convert

RGB70184250-
CMYK0.720.2600.02
HSL202º94.74%62.75%-
HSV(B)202º72%98.04%-
XYZ36.9242.4996.7-
YUV157.44180.2365.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.89%
GREEN value IS 184 (72.27% from 255) = 36.51%
BLUE value IS 250 (98.05% from 255) = 49.60%
R=13.89%
G=36.51%
B=49.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal701842500.720.2600.0220294.7462.75
Hex46B8FA481A02ca5f3f
Octal106270372110320231213777
Binary10001101011100011111010100100011010010110010101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,184,250); }

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

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

 a { background-color: rgb(70,184,250); }

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

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

 span { border-color: rgb(70,184,250); }

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