#48B5DB

Color #48B5DB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #48B5DB

Tints of Summer Sky #48B5DB

Color information

#48B5DB (or 0x48B5DB) is unknown color: approx Summer Sky. HEX triplet: 48, B5 and DB. RGB value is (72,181,219). Sum of RGB (Red+Green+Blue) = 72+181+219=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #48B5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B5DB is #B74A24. Grayscale: #989898. Windows color (decimal): -12012069 or 14398792. OLE color: 14398792.

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

Color convert

RGB72181219-
CMYK0.670.1700.14
HSL195.51º67.12%57.06%-
HSV(B)195.51º67.12%85.88%-
XYZ31.9839.5472.96-
YUV152.74165.3970.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.25%
GREEN value IS 181 (71.09% from 255) = 38.35%
BLUE value IS 219 (85.94% from 255) = 46.40%
R=15.25%
G=38.35%
B=46.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal721812190.670.1700.14195.5167.1257.06
Hex48B5DB43110Ec44339
Octal1102653331032101630410371
Binary1001000101101011101101110000111000101110110001001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48B5DB;
 }
 .AnyTagClassName
 {
   color: #48B5DB;
 }
</style>
background-color css

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

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

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

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

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

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