#3AB6EA

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

Shades of Summer Sky #3AB6EA

Tints of Summer Sky #3AB6EA

Color information

#3AB6EA (or 0x3AB6EA) is unknown color: approx Summer Sky. HEX triplet: 3A, B6 and EA. RGB value is (58,182,234). Sum of RGB (Red+Green+Blue) = 58+182+234=474 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.24% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #3AB6EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AB6EA is #C54915. Grayscale: #969696. Windows color (decimal): -12929302 or 15382074. OLE color: 15382074.

HSL color Cylindrical-coordinate representation of color #3AB6EA: hue angle of 197.73º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AB6EA is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB58182234-
CMYK0.750.2200.08
HSL197.73º80.73%57.25%-
HSV(B)197.73º75.21%91.76%-
XYZ33.3240.383.86-
YUV150.85174.9261.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.24%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 234 (91.80% from 255) = 49.37%
R=12.24%
G=38.40%
B=49.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal581822340.750.2200.08197.7380.7357.25
Hex3AB6EA4B1608c65139
Octal722663521132601030612171
Binary111010101101101110101010010111011001000110001101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,182,234); }

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

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

 a { background-color: rgb(58,182,234); }

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

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

 span { border-color: rgb(58,182,234); }

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