#46B9FC

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

Shades of Summer Sky #46B9FC

Tints of Summer Sky #46B9FC

Color information

#46B9FC (or 0x46B9FC) is unknown color: approx Summer Sky. HEX triplet: 46, B9 and FC. RGB value is (70,185,252). Sum of RGB (Red+Green+Blue) = 70+185+252=507 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.81% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #46B9FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46B9FC is #B94603. Grayscale: #9D9D9D. Windows color (decimal): -12142084 or 16562502. OLE color: 16562502.

HSL color Cylindrical-coordinate representation of color #46B9FC: hue angle of 202.09º degrees, saturation: 0.97, 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 #46B9FC is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB70185252-
CMYK0.720.2700.01
HSL202.09º96.81%63.14%-
HSV(B)202.09º72.22%98.82%-
XYZ37.4543.0398.43-
YUV158.25180.965.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.81%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 252 (98.83% from 255) = 49.70%
R=13.81%
G=36.49%
B=49.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal701852520.720.2700.01202.0996.8163.14
Hex46B9FC481B01ca613f
Octal106271374110330131214177
Binary1000110101110011111110010010001101101110010101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,185,252); }

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

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

 a { background-color: rgb(70,185,252); }

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

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

 span { border-color: rgb(70,185,252); }

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