Html Css Color HEX #4AAEED Summer Sky

📋 copy color: '#4AAEED'

red 74 ◦ green 174 ◦ blue 237

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

Shades of Summer Sky #4AAEED

Tints of Summer Sky #4AAEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 15.26%
G = 35.88%
B = 48.87%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4AAEED (or 0x4AAEED) is known color: Summer Sky. HEX triplet: 4A, AE and ED. RGB value is (74,174,237). Sum of RGB (Red+Green+Blue) = 74+174+237=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #4AAEED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAEED is #B55112. Grayscale: #969696. Windows color (decimal): -11882771 or 15576650. OLE color: 15576650.

HSL color Cylindrical-coordinate representation of color #4AAEED: hue angle of 203.19º degrees, saturation: 0.82, 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 #4AAEED is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 174 237 -
CMYK 0.69 0.27 0 0.07
HSL 203.19º 0.82% 0.61% -
HSV(B) 203.19º 0.69% 0.93% -
XYZ 33.25 37.84 85.67 -
YUV 151.28 176.37 72.88 -
System Red Green Blue C M Y K H S L
Decimal 74 174 237 0.69 0.27 0 0.07 203.19 0.82 0.61
Hex 4A AE ED 45 1B 0 7 CB 52 3D
Octal 112 256 355 105 33 0 7 313 122 75
Binary 1001010 10101110 11101101 1000101 11011 0 111 11001011 1010010 111101

Color Harmonies of #4AAEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAEED

Black with #4AAEED

Text Example


Text Example

White with #4AAEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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