#3AAFE5

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

Shades of Summer Sky #3AAFE5

Tints of Summer Sky #3AAFE5

Color information

#3AAFE5 (or 0x3AAFE5) is unknown color: approx Summer Sky. HEX triplet: 3A, AF and E5. RGB value is (58,175,229). Sum of RGB (Red+Green+Blue) = 58+175+229=462 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.55% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #3AAFE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAFE5 is #C5501A. Grayscale: #919191. Windows color (decimal): -12931099 or 15052602. OLE color: 15052602.

HSL color Cylindrical-coordinate representation of color #3AAFE5: hue angle of 198.95º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AAFE5 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB58175229-
CMYK0.750.2400.10
HSL198.95º76.68%56.27%-
HSV(B)198.95º74.67%89.8%-
XYZ31.2237.2279.67-
YUV146.17174.7465.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.55%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 229 (89.84% from 255) = 49.57%
R=12.55%
G=37.88%
B=49.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal581752290.750.2400.10198.9576.6856.27
Hex3AAFE54B180Ac74d38
Octal722573451133001230711570
Binary111010101011111110010110010111100001010110001111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,175,229); }

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

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

 a { background-color: rgb(58,175,229); }

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

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

 span { border-color: rgb(58,175,229); }

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