Html Css Color HEX #4AAEEF Summer Sky

📋 copy color: '#4AAEEF'

red 74 ◦ green 174 ◦ blue 239

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

Shades of Summer Sky #4AAEEF

Tints of Summer Sky #4AAEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 15.2%
G = 35.73%
B = 49.08%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4AAEEF (or 0x4AAEEF) is known color: Summer Sky. HEX triplet: 4A, AE and EF. RGB value is (74,174,239). Sum of RGB (Red+Green+Blue) = 74+174+239=487 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.20% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #4AAEEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAEEF is #B55110. Grayscale: #979797. Windows color (decimal): -11882769 or 15707722. OLE color: 15707722.

HSL color Cylindrical-coordinate representation of color #4AAEEF: hue angle of 203.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AAEEF is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 174 239 -
CMYK 0.69 0.27 0 0.06
HSL 203.64º 0.84% 0.61% -
HSV(B) 203.64º 0.69% 0.94% -
XYZ 33.54 37.96 87.22 -
YUV 151.51 177.37 72.71 -
System Red Green Blue C M Y K H S L
Decimal 74 174 239 0.69 0.27 0 0.06 203.64 0.84 0.61
Hex 4A AE EF 45 1B 0 6 CC 54 3D
Octal 112 256 357 105 33 0 6 314 124 75
Binary 1001010 10101110 11101111 1000101 11011 0 110 11001100 1010100 111101

Color Harmonies of #4AAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAEEF

Black with #4AAEEF

Text Example


Text Example

White with #4AAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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