Html Css Color HEX #49ACEA Summer Sky

📋 copy color: '#49ACEA'

red 73 ◦ green 172 ◦ blue 234

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

Shades of Summer Sky #49ACEA

Tints of Summer Sky #49ACEA

RGB

 RED value IS 73 (28.91% from 255) = 15.24%

 GREEN value IS 172 (67.58% from 255) = 35.91%

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

R = 15.24%
G = 35.91%
B = 48.85%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49ACEA (or 0x49ACEA) is known color: Summer Sky. HEX triplet: 49, AC and EA. RGB value is (73,172,234). Sum of RGB (Red+Green+Blue) = 73+172+234=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 172 (67.58% from 255 or 35.91% 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 #49ACEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ACEA is #B65315. Grayscale: #959595. Windows color (decimal): -11948822 or 15379529. OLE color: 15379529.

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

Color convert

RGB 73 172 234 -
CMYK 0.69 0.26 0 0.08
HSL 203.11º 0.79% 0.6% -
HSV(B) 203.11º 0.69% 0.92% -
XYZ 32.35 36.86 83.25 -
YUV 149.47 175.7 73.46 -
System Red Green Blue C M Y K H S L
Decimal 73 172 234 0.69 0.26 0 0.08 203.11 0.79 0.6
Hex 49 AC EA 45 1A 0 8 CB 4F 3C
Octal 111 254 352 105 32 0 10 313 117 74
Binary 1001001 10101100 11101010 1000101 11010 0 1000 11001011 1001111 111100

Color Harmonies of #49ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ACEA

Black with #49ACEA

Text Example


Text Example

White with #49ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49ACEA; }

 p { color: rgb(73,172,234); }

 H1.HeaderClassName
 {
   color: #49ACEA;
 }
 .AnyTagClassName
 {
   color: #49ACEA;
 }
</style>

background-color css

<style>
 a { background-color: #49ACEA; }

 a { background-color: rgb(73,172,234); }

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

border-color css

<style>
 span { border-color: #49ACEA; }

 span { border-color: rgb(73,172,234); }

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