Html Css Color HEX #4AAEFE Summer Sky

📋 copy color: '#4AAEFE'

red 74 ◦ green 174 ◦ blue 254

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

Shades of Summer Sky #4AAEFE

Tints of Summer Sky #4AAEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 14.74%
G = 34.66%
B = 50.6%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4AAEFE (or 0x4AAEFE) is known color: Summer Sky. HEX triplet: 4A, AE and FE. RGB value is (74,174,254). Sum of RGB (Red+Green+Blue) = 74+174+254=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AAEFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAEFE is #B55101. Grayscale: #989898. Windows color (decimal): -11882754 or 16690762. OLE color: 16690762.

HSL color Cylindrical-coordinate representation of color #4AAEFE: hue angle of 206.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AAEFE is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 74 174 254 -
CMYK 0.71 0.31 0 0.00
HSL 206.67º 0.99% 0.64% -
HSV(B) 206.67º 0.71% 1% -
XYZ 35.85 38.88 99.38 -
YUV 153.22 184.87 71.5 -
System Red Green Blue C M Y K H S L
Decimal 74 174 254 0.71 0.31 0 0.00 206.67 0.99 0.64
Hex 4A AE FE 47 1F 0 0 CF 63 40
Octal 112 256 376 107 37 0 0 317 143 100
Binary 1001010 10101110 11111110 1000111 11111 0 0 11001111 1100011 1000000

Color Harmonies of #4AAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAEFE

Black with #4AAEFE

Text Example


Text Example

White with #4AAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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