Html Css Color HEX #48AADB Summer Sky

📋 copy color: '#48AADB'

red 72 ◦ green 170 ◦ blue 219

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

Shades of Summer Sky #48AADB

Tints of Summer Sky #48AADB

RGB

 RED value IS 72 (28.52% from 255) = 15.62%

 GREEN value IS 170 (66.8% from 255) = 36.88%

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 15.62%
G = 36.88%
B = 47.51%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#48AADB (or 0x48AADB) is known color: Summer Sky. HEX triplet: 48, AA and DB. RGB value is (72,170,219). Sum of RGB (Red+Green+Blue) = 72+170+219=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #48AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AADB is #B75524. Grayscale: #919191. Windows color (decimal): -12014885 or 14395976. OLE color: 14395976.

HSL color Cylindrical-coordinate representation of color #48AADB: hue angle of 200º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48AADB is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 170 219 -
CMYK 0.67 0.22 0 0.14
HSL 200º 0.67% 0.57% -
HSV(B) 200º 0.67% 0.86% -
XYZ 29.83 35.24 72.25 -
YUV 146.28 169.03 75.02 -
System Red Green Blue C M Y K H S L
Decimal 72 170 219 0.67 0.22 0 0.14 200 0.67 0.57
Hex 48 AA DB 43 16 0 E C8 43 39
Octal 110 252 333 103 26 0 16 310 103 71
Binary 1001000 10101010 11011011 1000011 10110 0 1110 11001000 1000011 111001

Color Harmonies of #48AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AADB

Black with #48AADB

Text Example


Text Example

White with #48AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48AADB; }

 p { color: rgb(72,170,219); }

 H1.HeaderClassName
 {
   color: #48AADB;
 }
 .AnyTagClassName
 {
   color: #48AADB;
 }
</style>

background-color css

<style>
 a { background-color: #48AADB; }

 a { background-color: rgb(72,170,219); }

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

border-color css

<style>
 span { border-color: #48AADB; }

 span { border-color: rgb(72,170,219); }

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