Html Css Color HEX #4AAEEC Summer Sky

📋 copy color: '#4AAEEC'

red 74 ◦ green 174 ◦ blue 236

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

Shades of Summer Sky #4AAEEC

Tints of Summer Sky #4AAEEC

RGB

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

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

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

R = 15.29%
G = 35.95%
B = 48.76%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4AAEEC (or 0x4AAEEC) is known color: Summer Sky. HEX triplet: 4A, AE and EC. RGB value is (74,174,236). Sum of RGB (Red+Green+Blue) = 74+174+236=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #4AAEEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAEEC is #B55113. Grayscale: #969696. Windows color (decimal): -11882772 or 15511114. OLE color: 15511114.

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

Color convert

RGB 74 174 236 -
CMYK 0.69 0.26 0 0.07
HSL 202.96º 0.81% 0.61% -
HSV(B) 202.96º 0.69% 0.93% -
XYZ 33.1 37.78 84.91 -
YUV 151.17 175.87 72.96 -
System Red Green Blue C M Y K H S L
Decimal 74 174 236 0.69 0.26 0 0.07 202.96 0.81 0.61
Hex 4A AE EC 45 1A 0 7 CB 51 3D
Octal 112 256 354 105 32 0 7 313 121 75
Binary 1001010 10101110 11101100 1000101 11010 0 111 11001011 1010001 111101

Color Harmonies of #4AAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAEEC

Black with #4AAEEC

Text Example


Text Example

White with #4AAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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