#46B6FD

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

Shades of Summer Sky #46B6FD

Tints of Summer Sky #46B6FD

Color information

#46B6FD (or 0x46B6FD) is unknown color: approx Summer Sky. HEX triplet: 46, B6 and FD. RGB value is (70,182,253). Sum of RGB (Red+Green+Blue) = 70+182+253=505 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.86% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #46B6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46B6FD is #B94902. Grayscale: #9C9C9C. Windows color (decimal): -12142851 or 16627270. OLE color: 16627270.

HSL color Cylindrical-coordinate representation of color #46B6FD: hue angle of 203.28º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46B6FD is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB70182253-
CMYK0.720.2800.01
HSL203.28º97.86%63.33%-
HSV(B)203.28º72.33%99.22%-
XYZ36.9841.8599.06-
YUV156.61182.3966.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.86%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 253 (99.22% from 255) = 50.10%
R=13.86%
G=36.04%
B=50.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal701822530.720.2800.01203.2897.8663.33
Hex46B6FD481C01cb623f
Octal106266375110340131314277
Binary1000110101101101111110110010001110001110010111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,182,253); }

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

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

 a { background-color: rgb(70,182,253); }

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

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

 span { border-color: rgb(70,182,253); }

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