#3AA0D5

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

Shades of Summer Sky #3AA0D5

Tints of Summer Sky #3AA0D5

Color information

#3AA0D5 (or 0x3AA0D5) is unknown color: approx Summer Sky. HEX triplet: 3A, A0 and D5. RGB value is (58,160,213). Sum of RGB (Red+Green+Blue) = 58+160+213=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #3AA0D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA0D5 is #C55F2A. Grayscale: #878787. Windows color (decimal): -12934955 or 14000186. OLE color: 14000186.

HSL color Cylindrical-coordinate representation of color #3AA0D5: hue angle of 200.52º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AA0D5 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB58160213-
CMYK0.730.2500.16
HSL200.52º64.85%53.14%-
HSV(B)200.52º72.77%83.53%-
XYZ26.3330.8567.52-
YUV135.54171.7172.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.46%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 213 (83.59% from 255) = 49.42%
R=13.46%
G=37.12%
B=49.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal581602130.730.2500.16200.5264.8553.14
Hex3AA0D54919010c94135
Octal722403251113102031110165
Binary1110101010000011010101100100111001010000110010011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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