#46B8FC

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

Shades of Summer Sky #46B8FC

Tints of Summer Sky #46B8FC

Color information

#46B8FC (or 0x46B8FC) is unknown color: approx Summer Sky. HEX triplet: 46, B8 and FC. RGB value is (70,184,252). Sum of RGB (Red+Green+Blue) = 70+184+252=506 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.83% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #46B8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46B8FC is #B94703. Grayscale: #9D9D9D. Windows color (decimal): -12142340 or 16562246. OLE color: 16562246.

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

Color convert

RGB70184252-
CMYK0.720.2700.01
HSL202.42º96.81%63.14%-
HSV(B)202.42º72.22%98.82%-
XYZ37.2442.6198.36-
YUV157.67181.2365.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.83%
GREEN value IS 184 (72.27% from 255) = 36.36%
BLUE value IS 252 (98.83% from 255) = 49.80%
R=13.83%
G=36.36%
B=49.80%

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
Decimal701842520.720.2700.01202.4296.8163.14
Hex46B8FC481B01ca613f
Octal106270374110330131214177
Binary1000110101110001111110010010001101101110010101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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