#4AC2E1

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

Shades of Summer Sky #4AC2E1

Tints of Summer Sky #4AC2E1

Color information

#4AC2E1 (or 0x4AC2E1) is unknown color: approx Summer Sky. HEX triplet: 4A, C2 and E1. RGB value is (74,194,225). Sum of RGB (Red+Green+Blue) = 74+194+225=493 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.01% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #4AC2E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC2E1 is #B53D1E. Grayscale: #A1A1A1. Windows color (decimal): -11877663 or 14795338. OLE color: 14795338.

HSL color Cylindrical-coordinate representation of color #4AC2E1: hue angle of 192.32º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AC2E1 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB74194225-
CMYK0.670.1400.12
HSL192.32º71.56%58.63%-
HSV(B)192.32º67.11%88.24%-
XYZ35.7145.4878.13-
YUV161.65163.7465.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.01%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 225 (88.28% from 255) = 45.64%
R=15.01%
G=39.35%
B=45.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal741942250.670.1400.12192.3271.5658.63
Hex4AC2E143E0Cc0483b
Octal1123023411031601430011073
Binary100101011000010111000011000011111001100110000001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AC2E1; }

 p { color: rgb(74,194,225); }

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

<style>
 a { background-color: #4AC2E1; }

 a { background-color: rgb(74,194,225); }

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

<style>
 span { border-color: #4AC2E1; }

 span { border-color: rgb(74,194,225); }

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