#46c9ea

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

Shades of Summer Sky #46C9EA

Tints of Summer Sky #46C9EA

Color information

#46C9EA (or 0x46C9EA) is unknown color: approx Summer Sky. HEX triplet: 46, C9 and EA. RGB value is (70,201,234). Sum of RGB (Red+Green+Blue) = 70+201+234=505 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.86% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #46C9EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46C9EA is #B93615. Grayscale: #A5A5A5. Windows color (decimal): -12138006 or 15386950. OLE color: 15386950.

HSL color Cylindrical-coordinate representation of color #46C9EA: hue angle of 192.07º 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 #46C9EA is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB70201234-
CMYK0.700.1400.08
HSL192.07º79.61%59.61%-
HSV(B)192.07º70.09%91.76%-
XYZ38.2649.0285.29-
YUV165.59166.659.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.86%
GREEN value IS 201 (78.91% from 255) = 39.80%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=13.86%
G=39.80%
B=46.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal702012340.700.1400.08192.0779.6159.61
Hex46C9EA46E08c0503c
Octal1063113521061601030012074
Binary100011011001001111010101000110111001000110000001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46c9ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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