Html Css Color HEX #4AAFEC Summer Sky

📋 copy color: '#4AAFEC'

red 74 ◦ green 175 ◦ blue 236

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

Shades of Summer Sky #4AAFEC

Tints of Summer Sky #4AAFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.08%

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

R = 15.26%
G = 36.08%
B = 48.66%

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

#4AAFEC (or 0x4AAFEC) is known color: Summer Sky. HEX triplet: 4A, AF and EC. RGB value is (74,175,236). Sum of RGB (Red+Green+Blue) = 74+175+236=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #4AAFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAFEC is #B55013. Grayscale: #979797. Windows color (decimal): -11882516 or 15511370. OLE color: 15511370.

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

Color convert

RGB 74 175 236 -
CMYK 0.69 0.26 0 0.07
HSL 202.59º 0.81% 0.61% -
HSV(B) 202.59º 0.69% 0.93% -
XYZ 33.29 38.17 84.97 -
YUV 151.76 175.54 72.54 -
System Red Green Blue C M Y K H S L
Decimal 74 175 236 0.69 0.26 0 0.07 202.59 0.81 0.61
Hex 4A AF EC 45 1A 0 7 CB 51 3D
Octal 112 257 354 105 32 0 7 313 121 75
Binary 1001010 10101111 11101100 1000101 11010 0 111 11001011 1010001 111101

Color Harmonies of #4AAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAFEC

Black with #4AAFEC

Text Example


Text Example

White with #4AAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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