Html Css Color HEX #48BCDB Summer Sky

📋 copy color: '#48BCDB'

red 72 ◦ green 188 ◦ blue 219

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

Shades of Summer Sky #48BCDB

Tints of Summer Sky #48BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.25%

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

R = 15.03%
G = 39.25%
B = 45.72%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#48BCDB (or 0x48BCDB) is known color: Summer Sky. HEX triplet: 48, BC and DB. RGB value is (72,188,219). Sum of RGB (Red+Green+Blue) = 72+188+219=479 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.03% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #48BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCDB is #B74324. Grayscale: #9C9C9C. Windows color (decimal): -12010277 or 14400584. OLE color: 14400584.

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

Color convert

RGB 72 188 219 -
CMYK 0.67 0.14 0 0.14
HSL 192.65º 0.67% 0.57% -
HSV(B) 192.65º 0.67% 0.86% -
XYZ 33.44 42.46 73.45 -
YUV 156.85 163.07 67.48 -
System Red Green Blue C M Y K H S L
Decimal 72 188 219 0.67 0.14 0 0.14 192.65 0.67 0.57
Hex 48 BC DB 43 E 0 E C1 43 39
Octal 110 274 333 103 16 0 16 301 103 71
Binary 1001000 10111100 11011011 1000011 1110 0 1110 11000001 1000011 111001

Color Harmonies of #48BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BCDB

Black with #48BCDB

Text Example


Text Example

White with #48BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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