#46BCEA

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

Shades of Summer Sky #46BCEA

Tints of Summer Sky #46BCEA

Color information

#46BCEA (or 0x46BCEA) is unknown color: approx Summer Sky. HEX triplet: 46, BC and EA. RGB value is (70,188,234). Sum of RGB (Red+Green+Blue) = 70+188+234=492 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.23% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #46BCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BCEA is #B94315. Grayscale: #9D9D9D. Windows color (decimal): -12141334 or 15383622. OLE color: 15383622.

HSL color Cylindrical-coordinate representation of color #46BCEA: hue angle of 196.83º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46BCEA is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB70188234-
CMYK0.700.2000.08
HSL196.83º79.61%59.61%-
HSV(B)196.83º70.09%91.76%-
XYZ35.3643.2184.32-
YUV157.96170.9165.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.23%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 234 (91.80% from 255) = 47.56%
R=14.23%
G=38.21%
B=47.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal701882340.700.2000.08196.8379.6159.61
Hex46BCEA461408c5503c
Octal1062743521062401030512074
Binary1000110101111001110101010001101010001000110001011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,188,234); }

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

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

 a { background-color: rgb(70,188,234); }

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

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

 span { border-color: rgb(70,188,234); }

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