#4AC0DF

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

Shades of Summer Sky #4AC0DF

Tints of Summer Sky #4AC0DF

Color information

#4AC0DF (or 0x4AC0DF) is unknown color: approx Summer Sky. HEX triplet: 4A, C0 and DF. RGB value is (74,192,223). Sum of RGB (Red+Green+Blue) = 74+192+223=489 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.13% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #4AC0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC0DF is #B53F20. Grayscale: #A0A0A0. Windows color (decimal): -11878177 or 14663754. OLE color: 14663754.

HSL color Cylindrical-coordinate representation of color #4AC0DF: hue angle of 192.48º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AC0DF is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB74192223-
CMYK0.670.1400.13
HSL192.48º69.95%58.24%-
HSV(B)192.48º66.82%87.45%-
XYZ34.9944.4876.55-
YUV160.25163.4166.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.13%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 223 (87.5% from 255) = 45.60%
R=15.13%
G=39.26%
B=45.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal741922230.670.1400.13192.4869.9558.24
Hex4AC0DF43E0Dc0463a
Octal1123003371031601530010672
Binary100101011000000110111111000011111001101110000001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,192,223); }

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

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

 a { background-color: rgb(74,192,223); }

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

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

 span { border-color: rgb(74,192,223); }

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