#48B6DC

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

Shades of Summer Sky #48B6DC

Tints of Summer Sky #48B6DC

Color information

#48B6DC (or 0x48B6DC) is unknown color: approx Summer Sky. HEX triplet: 48, B6 and DC. RGB value is (72,182,220). Sum of RGB (Red+Green+Blue) = 72+182+220=474 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.19% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #48B6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B6DC is #B74923. Grayscale: #999999. Windows color (decimal): -12011812 or 14464584. OLE color: 14464584.

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

Color convert

RGB72182220-
CMYK0.670.1700.14
HSL195.41º67.89%57.25%-
HSV(B)195.41º67.27%86.27%-
XYZ32.324073.73-
YUV153.44165.5669.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.19%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 220 (86.33% from 255) = 46.41%
R=15.19%
G=38.40%
B=46.41%

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
Decimal721822200.670.1700.14195.4167.8957.25
Hex48B6DC43110Ec34439
Octal1102663341032101630310471
Binary1001000101101101101110010000111000101110110000111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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