Html Css Color HEX #4AAEDD Summer Sky

📋 copy color: '#4AAEDD'

red 74 ◦ green 174 ◦ blue 221

#4AAEDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #4AAEDD

Tints of Summer Sky #4AAEDD

RGB

 RED value IS 74 (29.3% from 255) = 15.78%

 GREEN value IS 174 (68.36% from 255) = 37.1%

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 15.78%
G = 37.1%
B = 47.12%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4AAEDD (or 0x4AAEDD) is known color: Summer Sky. HEX triplet: 4A, AE and DD. RGB value is (74,174,221). Sum of RGB (Red+Green+Blue) = 74+174+221=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #4AAEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAEDD is #B55122. Grayscale: #959595. Windows color (decimal): -11882787 or 14528074. OLE color: 14528074.

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

Color convert

RGB 74 174 221 -
CMYK 0.67 0.21 0 0.13
HSL 199.18º 0.68% 0.58% -
HSV(B) 199.18º 0.67% 0.87% -
XYZ 31.01 36.95 73.9 -
YUV 149.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 74 174 221 0.67 0.21 0 0.13 199.18 0.68 0.58
Hex 4A AE DD 43 15 0 D C7 44 3A
Octal 112 256 335 103 25 0 15 307 104 72
Binary 1001010 10101110 11011101 1000011 10101 0 1101 11000111 1000100 111010

Color Harmonies of #4AAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAEDD

Black with #4AAEDD

Text Example


Text Example

White with #4AAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AAEDD;
 }
 .AnyTagClassName
 {
   color: #4AAEDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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