#3AA8E7

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

Shades of Summer Sky #3AA8E7

Tints of Summer Sky #3AA8E7

Color information

#3AA8E7 (or 0x3AA8E7) is unknown color: approx Summer Sky. HEX triplet: 3A, A8 and E7. RGB value is (58,168,231). Sum of RGB (Red+Green+Blue) = 58+168+231=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #3AA8E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA8E7 is #C55718. Grayscale: #8D8D8D. Windows color (decimal): -12932889 or 15181882. OLE color: 15181882.

HSL color Cylindrical-coordinate representation of color #3AA8E7: hue angle of 201.85º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AA8E7 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB58168231-
CMYK0.750.2700.09
HSL201.85º78.28%56.67%-
HSV(B)201.85º74.89%90.59%-
XYZ30.1734.6780.7-
YUV142.29178.0667.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.69%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 231 (90.62% from 255) = 50.55%
R=12.69%
G=36.76%
B=50.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal581682310.750.2700.09201.8578.2856.67
Hex3AA8E74B1B09ca4e39
Octal722503471133301131211671
Binary111010101010001110011110010111101101001110010101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,168,231); }

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

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

 a { background-color: rgb(58,168,231); }

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

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

 span { border-color: rgb(58,168,231); }

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