#4CADDD

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

Shades of Summer Sky #4CADDD

Tints of Summer Sky #4CADDD

Color information

#4CADDD (or 0x4CADDD) is unknown color: approx Summer Sky. HEX triplet: 4C, AD and DD. RGB value is (76,173,221). Sum of RGB (Red+Green+Blue) = 76+173+221=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CADDD is #B35222. Grayscale: #959595. Windows color (decimal): -11751971 or 14527820. OLE color: 14527820.

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

Color convert

RGB76173221-
CMYK0.660.2200.13
HSL199.86º68.08%58.24%-
HSV(B)199.86º65.61%86.67%-
XYZ30.9836.6473.85-
YUV149.47168.3675.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.17%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 221 (86.72% from 255) = 47.02%
R=16.17%
G=36.81%
B=47.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761732210.660.2200.13199.8668.0858.24
Hex4CADDD42160Dc8443a
Octal1142553351022601531010472
Binary1001100101011011101110110000101011001101110010001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,173,221); }

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

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

 a { background-color: rgb(76,173,221); }

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

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

 span { border-color: rgb(76,173,221); }

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