#4CAEDD

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

Shades of Summer Sky #4CAEDD

Tints of Summer Sky #4CAEDD

Color information

#4CAEDD (or 0x4CAEDD) is unknown color: approx Summer Sky. HEX triplet: 4C, AE and DD. RGB value is (76,174,221). Sum of RGB (Red+Green+Blue) = 76+174+221=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CAEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAEDD is #B35122. Grayscale: #959595. Windows color (decimal): -11751715 or 14528076. OLE color: 14528076.

HSL color Cylindrical-coordinate representation of color #4CAEDD: hue angle of 199.45º 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 #4CAEDD is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76174221-
CMYK0.660.2100.13
HSL199.45º68.08%58.24%-
HSV(B)199.45º65.61%86.67%-
XYZ31.1737.0373.91-
YUV150.06168.0375.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.14%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=16.14%
G=36.94%
B=46.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761742210.660.2100.13199.4568.0858.24
Hex4CAEDD42150Dc7443a
Octal1142563351022501530710472
Binary1001100101011101101110110000101010101101110001111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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