Html Css Color HEX #49BADF Summer Sky

📋 copy color: '#49BADF'

red 73 ◦ green 186 ◦ blue 223

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

Shades of Summer Sky #49BADF

Tints of Summer Sky #49BADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.59%

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 15.15%
G = 38.59%
B = 46.27%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49BADF (or 0x49BADF) is known color: Summer Sky. HEX triplet: 49, BA and DF. RGB value is (73,186,223). Sum of RGB (Red+Green+Blue) = 73+186+223=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #49BADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BADF is #B64520. Grayscale: #9C9C9C. Windows color (decimal): -11945249 or 14662217. OLE color: 14662217.

HSL color Cylindrical-coordinate representation of color #49BADF: hue angle of 194.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49BADF is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 186 223 -
CMYK 0.67 0.17 0 0.13
HSL 194.8º 0.7% 0.58% -
HSV(B) 194.8º 0.67% 0.87% -
XYZ 33.63 41.86 76.12 -
YUV 156.43 165.56 68.49 -
System Red Green Blue C M Y K H S L
Decimal 73 186 223 0.67 0.17 0 0.13 194.8 0.7 0.58
Hex 49 BA DF 43 11 0 D C3 46 3A
Octal 111 272 337 103 21 0 15 303 106 72
Binary 1001001 10111010 11011111 1000011 10001 0 1101 11000011 1000110 111010

Color Harmonies of #49BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BADF

Black with #49BADF

Text Example


Text Example

White with #49BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,186,223); }

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

background-color css

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

 a { background-color: rgb(73,186,223); }

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

border-color css

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

 span { border-color: rgb(73,186,223); }

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