#46C4EE

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

Shades of Summer Sky #46C4EE

Tints of Summer Sky #46C4EE

Color information

#46C4EE (or 0x46C4EE) is unknown color: approx Summer Sky. HEX triplet: 46, C4 and EE. RGB value is (70,196,238). Sum of RGB (Red+Green+Blue) = 70+196+238=504 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.89% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #46C4EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46C4EE is #B93B11. Grayscale: #A2A2A2. Windows color (decimal): -12139282 or 15647814. OLE color: 15647814.

HSL color Cylindrical-coordinate representation of color #46C4EE: hue angle of 195º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46C4EE is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB70196238-
CMYK0.710.1800.07
HSL195º83.17%60.39%-
HSV(B)195º70.59%93.33%-
XYZ37.746.9587.97-
YUV163.11170.2661.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.89%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=13.89%
G=38.89%
B=47.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal701962380.710.1800.0719583.1760.39
Hex46C4EE471207c3533c
Octal106304356107220730312374
Binary100011011000100111011101000111100100111110000111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,196,238); }

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

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

 a { background-color: rgb(70,196,238); }

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

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

 span { border-color: rgb(70,196,238); }

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