Html Css Color HEX #48ABDB Summer Sky

📋 copy color: '#48ABDB'

red 72 ◦ green 171 ◦ blue 219

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

Shades of Summer Sky #48ABDB

Tints of Summer Sky #48ABDB

RGB

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

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

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

R = 15.58%
G = 37.01%
B = 47.4%

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

#48ABDB (or 0x48ABDB) is known color: Summer Sky. HEX triplet: 48, AB and DB. RGB value is (72,171,219). Sum of RGB (Red+Green+Blue) = 72+171+219=462 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.58% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #48ABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ABDB is #B75424. Grayscale: #929292. Windows color (decimal): -12014629 or 14396232. OLE color: 14396232.

HSL color Cylindrical-coordinate representation of color #48ABDB: hue angle of 199.59º 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 #48ABDB is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 171 219 -
CMYK 0.67 0.22 0 0.14
HSL 199.59º 0.67% 0.57% -
HSV(B) 199.59º 0.67% 0.86% -
XYZ 30.02 35.62 72.31 -
YUV 146.87 168.7 74.6 -
System Red Green Blue C M Y K H S L
Decimal 72 171 219 0.67 0.22 0 0.14 199.59 0.67 0.57
Hex 48 AB DB 43 16 0 E C8 43 39
Octal 110 253 333 103 26 0 16 310 103 71
Binary 1001000 10101011 11011011 1000011 10110 0 1110 11001000 1000011 111001

Color Harmonies of #48ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ABDB

Black with #48ABDB

Text Example


Text Example

White with #48ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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