#46D0FA

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

Shades of Summer Sky #46D0FA

Tints of Summer Sky #46D0FA

Color information

#46D0FA (or 0x46D0FA) is unknown color: approx Summer Sky. HEX triplet: 46, D0 and FA. RGB value is (70,208,250). Sum of RGB (Red+Green+Blue) = 70+208+250=528 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.26% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #46D0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46D0FA is #B92F05. Grayscale: #ABABAB. Windows color (decimal): -12136198 or 16437318. OLE color: 16437318.

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

Color convert

RGB70208250-
CMYK0.720.1700.02
HSL194º94.74%62.75%-
HSV(B)194º72%98.04%-
XYZ42.3453.3298.5-
YUV171.53172.2855.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.26%
GREEN value IS 208 (81.64% from 255) = 39.39%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=13.26%
G=39.39%
B=47.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702082500.720.1700.0219494.7462.75
Hex46D0FA481102c25f3f
Octal106320372110210230213777
Binary10001101101000011111010100100010001010110000101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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