#3aabd3

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

Shades of Summer Sky #3AABD3

Tints of Summer Sky #3AABD3

Color information

#3AABD3 (or 0x3AABD3) is unknown color: approx Summer Sky. HEX triplet: 3A, AB and D3. RGB value is (58,171,211). Sum of RGB (Red+Green+Blue) = 58+171+211=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 211 - color contains mainly: blue. Hex color #3AABD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AABD3 is #C5542C. Grayscale: #8D8D8D. Windows color (decimal): -12932141 or 13871930. OLE color: 13871930.

HSL color Cylindrical-coordinate representation of color #3AABD3: hue angle of 195.69º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AABD3 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB58171211-
CMYK0.730.1900.17
HSL195.69º63.49%52.75%-
HSV(B)195.69º72.51%82.75%-
XYZ28.0734.7366.85-
YUV141.77167.0668.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.18%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 211 (82.81% from 255) = 47.95%
R=13.18%
G=38.86%
B=47.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal581712110.730.1900.17195.6963.4952.75
Hex3AABD34913011c43f35
Octal72253323111230213047765
Binary111010101010111101001110010011001101000111000100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aabd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,171,211); }

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

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

 a { background-color: rgb(58,171,211); }

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

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

 span { border-color: rgb(58,171,211); }

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