#3AB0E5

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

Shades of Summer Sky #3AB0E5

Tints of Summer Sky #3AB0E5

Color information

#3AB0E5 (or 0x3AB0E5) is unknown color: approx Summer Sky. HEX triplet: 3A, B0 and E5. RGB value is (58,176,229). Sum of RGB (Red+Green+Blue) = 58+176+229=463 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.53% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #3AB0E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AB0E5 is #C54F1A. Grayscale: #929292. Windows color (decimal): -12930843 or 15052858. OLE color: 15052858.

HSL color Cylindrical-coordinate representation of color #3AB0E5: hue angle of 198.6º 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 #3AB0E5 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB58176229-
CMYK0.750.2300.10
HSL198.6º76.68%56.27%-
HSV(B)198.6º74.67%89.8%-
XYZ31.4137.6179.73-
YUV146.76174.4164.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.53%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 229 (89.84% from 255) = 49.46%
R=12.53%
G=38.01%
B=49.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal581762290.750.2300.10198.676.6856.27
Hex3AB0E54B170Ac74d38
Octal722603451132701230711570
Binary111010101100001110010110010111011101010110001111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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