#3AA3D6

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

Shades of Summer Sky #3AA3D6

Tints of Summer Sky #3AA3D6

Color information

#3AA3D6 (or 0x3AA3D6) is unknown color: approx Summer Sky. HEX triplet: 3A, A3 and D6. RGB value is (58,163,214). Sum of RGB (Red+Green+Blue) = 58+163+214=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #3AA3D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA3D6 is #C55C29. Grayscale: #898989. Windows color (decimal): -12934186 or 14066490. OLE color: 14066490.

HSL color Cylindrical-coordinate representation of color #3AA3D6: hue angle of 199.62º degrees, saturation: 0.66, 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 #3AA3D6 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB58163214-
CMYK0.730.2400.16
HSL199.62º65.55%53.33%-
HSV(B)199.62º72.9%83.92%-
XYZ26.9831.9568.36-
YUV137.42171.2171.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.33%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 214 (83.98% from 255) = 49.20%
R=13.33%
G=37.47%
B=49.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal581632140.730.2400.16199.6265.5553.33
Hex3AA3D64918010c84235
Octal722433261113002031010265
Binary1110101010001111010110100100111000010000110010001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,163,214); }

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

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

 a { background-color: rgb(58,163,214); }

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

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

 span { border-color: rgb(58,163,214); }

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