Html Css Color HEX #4AAEDF Summer Sky

📋 copy color: '#4AAEDF'

red 74 ◦ green 174 ◦ blue 223

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

Shades of Summer Sky #4AAEDF

Tints of Summer Sky #4AAEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 15.71%
G = 36.94%
B = 47.35%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4AAEDF (or 0x4AAEDF) is known color: Summer Sky. HEX triplet: 4A, AE and DF. RGB value is (74,174,223). Sum of RGB (Red+Green+Blue) = 74+174+223=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #4AAEDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAEDF is #B55120. Grayscale: #959595. Windows color (decimal): -11882785 or 14659146. OLE color: 14659146.

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

Color convert

RGB 74 174 223 -
CMYK 0.67 0.22 0 0.13
HSL 199.73º 0.7% 0.58% -
HSV(B) 199.73º 0.67% 0.87% -
XYZ 31.28 37.06 75.32 -
YUV 149.69 169.37 74.02 -
System Red Green Blue C M Y K H S L
Decimal 74 174 223 0.67 0.22 0 0.13 199.73 0.7 0.58
Hex 4A AE DF 43 16 0 D C8 46 3A
Octal 112 256 337 103 26 0 15 310 106 72
Binary 1001010 10101110 11011111 1000011 10110 0 1101 11001000 1000110 111010

Color Harmonies of #4AAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAEDF

Black with #4AAEDF

Text Example


Text Example

White with #4AAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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