#3AC9EE

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

Shades of Summer Sky #3AC9EE

Tints of Summer Sky #3AC9EE

Color information

#3AC9EE (or 0x3AC9EE) is unknown color: approx Summer Sky. HEX triplet: 3A, C9 and EE. RGB value is (58,201,238). Sum of RGB (Red+Green+Blue) = 58+201+238=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #3AC9EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AC9EE is #C53611. Grayscale: #A2A2A2. Windows color (decimal): -12924434 or 15649082. OLE color: 15649082.

HSL color Cylindrical-coordinate representation of color #3AC9EE: hue angle of 192.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AC9EE is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB58201238-
CMYK0.760.1600.07
HSL192.33º84.11%58.04%-
HSV(B)192.33º75.63%93.33%-
XYZ38.0648.8588.31-
YUV162.46170.6253.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.67%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 238 (93.36% from 255) = 47.89%
R=11.67%
G=40.44%
B=47.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal582012380.760.1600.07192.3384.1158.04
Hex3AC9EE4C1007c0543a
Octal72311356114200730012472
Binary11101011001001111011101001100100000111110000001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,201,238); }

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

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

 a { background-color: rgb(58,201,238); }

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

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

 span { border-color: rgb(58,201,238); }

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