#48B2DD

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

Shades of Summer Sky #48B2DD

Tints of Summer Sky #48B2DD

Color information

#48B2DD (or 0x48B2DD) is unknown color: approx Summer Sky. HEX triplet: 48, B2 and DD. RGB value is (72,178,221). Sum of RGB (Red+Green+Blue) = 72+178+221=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #48B2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B2DD is #B74D22. Grayscale: #969696. Windows color (decimal): -12012835 or 14529096. OLE color: 14529096.

HSL color Cylindrical-coordinate representation of color #48B2DD: hue angle of 197.32º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48B2DD is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB72178221-
CMYK0.670.1900.13
HSL197.32º68.66%57.45%-
HSV(B)197.32º67.42%86.67%-
XYZ31.6438.4474.16-
YUV151.21167.3871.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.29%
GREEN value IS 178 (69.92% from 255) = 37.79%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=15.29%
G=37.79%
B=46.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal721782210.670.1900.13197.3268.6657.45
Hex48B2DD43130Dc54539
Octal1102623351032301530510571
Binary1001000101100101101110110000111001101101110001011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,178,221); }

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

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

 a { background-color: rgb(72,178,221); }

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

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

 span { border-color: rgb(72,178,221); }

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