#48B1DC

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

Shades of Summer Sky #48B1DC

Tints of Summer Sky #48B1DC

Color information

#48B1DC (or 0x48B1DC) is unknown color: approx Summer Sky. HEX triplet: 48, B1 and DC. RGB value is (72,177,220). Sum of RGB (Red+Green+Blue) = 72+177+220=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #48B1DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B1DC is #B74E23. Grayscale: #969696. Windows color (decimal): -12013092 or 14463304. OLE color: 14463304.

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

Color convert

RGB72177220-
CMYK0.670.2000.14
HSL197.43º67.89%57.25%-
HSV(B)197.43º67.27%86.27%-
XYZ31.3137.9973.39-
YUV150.51167.2172-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.35%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=15.35%
G=37.74%
B=46.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal721772200.670.2000.14197.4367.8957.25
Hex48B1DC43140Ec54439
Octal1102613341032401630510471
Binary1001000101100011101110010000111010001110110001011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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