#48B3DF

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

Shades of Summer Sky #48B3DF

Tints of Summer Sky #48B3DF

Color information

#48B3DF (or 0x48B3DF) is unknown color: approx Summer Sky. HEX triplet: 48, B3 and DF. RGB value is (72,179,223). Sum of RGB (Red+Green+Blue) = 72+179+223=474 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.19% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #48B3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B3DF is #B74C20. Grayscale: #979797. Windows color (decimal): -12012577 or 14660424. OLE color: 14660424.

HSL color Cylindrical-coordinate representation of color #48B3DF: hue angle of 197.48º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48B3DF is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB72179223-
CMYK0.680.2000.13
HSL197.48º70.23%57.84%-
HSV(B)197.48º67.71%87.45%-
XYZ32.1138.9575.64-
YUV152.02168.0570.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.19%
GREEN value IS 179 (70.31% from 255) = 37.76%
BLUE value IS 223 (87.5% from 255) = 47.05%
R=15.19%
G=37.76%
B=47.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal721792230.680.2000.13197.4870.2357.84
Hex48B3DF44140Dc5463a
Octal1102633371042401530510672
Binary1001000101100111101111110001001010001101110001011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,179,223); }

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

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

 a { background-color: rgb(72,179,223); }

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

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

 span { border-color: rgb(72,179,223); }

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