Html Css Color HEX #4AAAEC Summer Sky

📋 copy color: '#4AAAEC'

red 74 ◦ green 170 ◦ blue 236

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

Shades of Summer Sky #4AAAEC

Tints of Summer Sky #4AAAEC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.42%

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 15.42%
G = 35.42%
B = 49.17%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4AAAEC (or 0x4AAAEC) is known color: Summer Sky. HEX triplet: 4A, AA and EC. RGB value is (74,170,236). Sum of RGB (Red+Green+Blue) = 74+170+236=480 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.42% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #4AAAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAAEC is #B55513. Grayscale: #949494. Windows color (decimal): -11883796 or 15510090. OLE color: 15510090.

HSL color Cylindrical-coordinate representation of color #4AAAEC: hue angle of 204.44º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AAAEC is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 170 236 -
CMYK 0.69 0.28 0 0.07
HSL 204.44º 0.81% 0.61% -
HSV(B) 204.44º 0.69% 0.93% -
XYZ 32.34 36.26 84.65 -
YUV 148.82 177.2 74.63 -
System Red Green Blue C M Y K H S L
Decimal 74 170 236 0.69 0.28 0 0.07 204.44 0.81 0.61
Hex 4A AA EC 45 1C 0 7 CC 51 3D
Octal 112 252 354 105 34 0 7 314 121 75
Binary 1001010 10101010 11101100 1000101 11100 0 111 11001100 1010001 111101

Color Harmonies of #4AAAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAAEC

Black with #4AAAEC

Text Example


Text Example

White with #4AAAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,170,236); }

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

background-color css

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

 a { background-color: rgb(74,170,236); }

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

border-color css

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

 span { border-color: rgb(74,170,236); }

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