Html Css Color HEX #4AABEA Summer Sky

📋 copy color: '#4AABEA'

red 74 ◦ green 171 ◦ blue 234

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

Shades of Summer Sky #4AABEA

Tints of Summer Sky #4AABEA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.7%

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 15.45%
G = 35.7%
B = 48.85%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4AABEA (or 0x4AABEA) is known color: Summer Sky. HEX triplet: 4A, AB and EA. RGB value is (74,171,234). Sum of RGB (Red+Green+Blue) = 74+171+234=479 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.45% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #4AABEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AABEA is #B55415. Grayscale: #949494. Windows color (decimal): -11883542 or 15379274. OLE color: 15379274.

HSL color Cylindrical-coordinate representation of color #4AABEA: hue angle of 203.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AABEA is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 171 234 -
CMYK 0.68 0.27 0 0.08
HSL 203.63º 0.79% 0.6% -
HSV(B) 203.63º 0.68% 0.92% -
XYZ 32.24 36.52 83.19 -
YUV 149.18 175.86 74.38 -
System Red Green Blue C M Y K H S L
Decimal 74 171 234 0.68 0.27 0 0.08 203.63 0.79 0.6
Hex 4A AB EA 44 1B 0 8 CC 4F 3C
Octal 112 253 352 104 33 0 10 314 117 74
Binary 1001010 10101011 11101010 1000100 11011 0 1000 11001100 1001111 111100

Color Harmonies of #4AABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AABEA

Black with #4AABEA

Text Example


Text Example

White with #4AABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,171,234); }

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

background-color css

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

 a { background-color: rgb(74,171,234); }

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

border-color css

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

 span { border-color: rgb(74,171,234); }

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