Html Css Color HEX #49ACED Summer Sky

📋 copy color: '#49ACED'

red 73 ◦ green 172 ◦ blue 237

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

Shades of Summer Sky #49ACED

Tints of Summer Sky #49ACED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 15.15%
G = 35.68%
B = 49.17%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49ACED (or 0x49ACED) is known color: Summer Sky. HEX triplet: 49, AC and ED. RGB value is (73,172,237). Sum of RGB (Red+Green+Blue) = 73+172+237=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #49ACED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ACED is #B65312. Grayscale: #959595. Windows color (decimal): -11948819 or 15576137. OLE color: 15576137.

HSL color Cylindrical-coordinate representation of color #49ACED: hue angle of 203.78º degrees, saturation: 0.82, 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 #49ACED is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 172 237 -
CMYK 0.69 0.27 0 0.07
HSL 203.78º 0.82% 0.61% -
HSV(B) 203.78º 0.69% 0.93% -
XYZ 32.79 37.04 85.54 -
YUV 149.81 177.2 73.21 -
System Red Green Blue C M Y K H S L
Decimal 73 172 237 0.69 0.27 0 0.07 203.78 0.82 0.61
Hex 49 AC ED 45 1B 0 7 CC 52 3D
Octal 111 254 355 105 33 0 7 314 122 75
Binary 1001001 10101100 11101101 1000101 11011 0 111 11001100 1010010 111101

Color Harmonies of #49ACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ACED

Black with #49ACED

Text Example


Text Example

White with #49ACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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