Html Css Color HEX #48BADB Summer Sky

📋 copy color: '#48BADB'

red 72 ◦ green 186 ◦ blue 219

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

Shades of Summer Sky #48BADB

Tints of Summer Sky #48BADB

RGB

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

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

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

R = 15.09%
G = 38.99%
B = 45.91%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#48BADB (or 0x48BADB) is known color: Summer Sky. HEX triplet: 48, BA and DB. RGB value is (72,186,219). Sum of RGB (Red+Green+Blue) = 72+186+219=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #48BADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BADB is #B74524. Grayscale: #9B9B9B. Windows color (decimal): -12010789 or 14400072. OLE color: 14400072.

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

Color convert

RGB 72 186 219 -
CMYK 0.67 0.15 0 0.14
HSL 193.47º 0.67% 0.57% -
HSV(B) 193.47º 0.67% 0.86% -
XYZ 33.02 41.61 73.31 -
YUV 155.68 163.73 68.32 -
System Red Green Blue C M Y K H S L
Decimal 72 186 219 0.67 0.15 0 0.14 193.47 0.67 0.57
Hex 48 BA DB 43 F 0 E C1 43 39
Octal 110 272 333 103 17 0 16 301 103 71
Binary 1001000 10111010 11011011 1000011 1111 0 1110 11000001 1000011 111001

Color Harmonies of #48BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BADB

Black with #48BADB

Text Example


Text Example

White with #48BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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