#3AA0EE

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

Shades of Summer Sky #3AA0EE

Tints of Summer Sky #3AA0EE

Color information

#3AA0EE (or 0x3AA0EE) is unknown color: approx Summer Sky. HEX triplet: 3A, A0 and EE. RGB value is (58,160,238). Sum of RGB (Red+Green+Blue) = 58+160+238=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #3AA0EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA0EE is #C55F11. Grayscale: #898989. Windows color (decimal): -12934930 or 15638586. OLE color: 15638586.

HSL color Cylindrical-coordinate representation of color #3AA0EE: hue angle of 206º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AA0EE is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB58160238-
CMYK0.760.3300.07
HSL206º84.11%58.04%-
HSV(B)206º75.63%93.33%-
XYZ29.7532.2185.54-
YUV138.39184.2170.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.72%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 238 (93.36% from 255) = 52.19%
R=12.72%
G=35.09%
B=52.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal581602380.760.3300.0720684.1158.04
Hex3AA0EE4C2107ce543a
Octal72240356114410731612472
Binary111010101000001110111010011001000010111110011101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AA0EE; }

 p { color: rgb(58,160,238); }

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

<style>
 a { background-color: #3AA0EE; }

 a { background-color: rgb(58,160,238); }

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

<style>
 span { border-color: #3AA0EE; }

 span { border-color: rgb(58,160,238); }

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