#3AC7EB

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

Shades of Summer Sky #3AC7EB

Tints of Summer Sky #3AC7EB

Color information

#3AC7EB (or 0x3AC7EB) is unknown color: approx Summer Sky. HEX triplet: 3A, C7 and EB. RGB value is (58,199,235). Sum of RGB (Red+Green+Blue) = 58+199+235=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #3AC7EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AC7EB is #C53814. Grayscale: #A0A0A0. Windows color (decimal): -12924949 or 15451962. OLE color: 15451962.

HSL color Cylindrical-coordinate representation of color #3AC7EB: hue angle of 192.2º degrees, saturation: 0.82, 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 #3AC7EB is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB58199235-
CMYK0.750.1500.08
HSL192.2º81.57%57.45%-
HSV(B)192.2º75.32%92.16%-
XYZ37.1647.7485.85-
YUV160.94169.7954.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.79%
GREEN value IS 199 (78.12% from 255) = 40.45%
BLUE value IS 235 (92.19% from 255) = 47.76%
R=11.79%
G=40.45%
B=47.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal581992350.750.1500.08192.281.5757.45
Hex3AC7EB4BF08c05239
Octal723073531131701030012271
Binary11101011000111111010111001011111101000110000001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,199,235); }

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

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

 a { background-color: rgb(58,199,235); }

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

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

 span { border-color: rgb(58,199,235); }

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