#48B7DC

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

Shades of Summer Sky #48B7DC

Tints of Summer Sky #48B7DC

Color information

#48B7DC (or 0x48B7DC) is unknown color: approx Summer Sky. HEX triplet: 48, B7 and DC. RGB value is (72,183,220). Sum of RGB (Red+Green+Blue) = 72+183+220=475 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.16% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #48B7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B7DC is #B74823. Grayscale: #999999. Windows color (decimal): -12011556 or 14464840. OLE color: 14464840.

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

Color convert

RGB72183220-
CMYK0.670.1700.14
HSL195º67.89%57.25%-
HSV(B)195º67.27%86.27%-
XYZ32.5240.4173.8-
YUV154.03165.2369.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.16%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=15.16%
G=38.53%
B=46.32%

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
Decimal721832200.670.1700.1419567.8957.25
Hex48B7DC43110Ec34439
Octal1102673341032101630310471
Binary1001000101101111101110010000111000101110110000111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,183,220); }

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

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

 a { background-color: rgb(72,183,220); }

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

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

 span { border-color: rgb(72,183,220); }

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