#3AC0E3

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

Shades of Summer Sky #3AC0E3

Tints of Summer Sky #3AC0E3

Color information

#3AC0E3 (or 0x3AC0E3) is unknown color: approx Summer Sky. HEX triplet: 3A, C0 and E3. RGB value is (58,192,227). Sum of RGB (Red+Green+Blue) = 58+192+227=477 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.16% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 227 (89.06% from 255 or 47.59% from 477); Max value from RGB is 227 - color contains mainly: blue. Hex color #3AC0E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC0E3 is #C53F1C. Grayscale: #9B9B9B. Windows color (decimal): -12926749 or 14925882. OLE color: 14925882.

HSL color Cylindrical-coordinate representation of color #3AC0E3: hue angle of 192.43º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AC0E3 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB58192227-
CMYK0.740.1500.11
HSL192.43º75.11%55.88%-
HSV(B)192.43º74.45%89.02%-
XYZ34.4644.1479.38-
YUV155.92168.1158.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.16%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 227 (89.06% from 255) = 47.59%
R=12.16%
G=40.25%
B=47.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal581922270.740.1500.11192.4375.1155.88
Hex3AC0E34AF0Bc04b38
Octal723003431121701330011370
Binary11101011000000111000111001010111101011110000001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,192,227); }

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

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

 a { background-color: rgb(58,192,227); }

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

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

 span { border-color: rgb(58,192,227); }

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