#48BCE0

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

Shades of Summer Sky #48BCE0

Tints of Summer Sky #48BCE0

Color information

#48BCE0 (or 0x48BCE0) is unknown color: approx Summer Sky. HEX triplet: 48, BC and E0. RGB value is (72,188,224). Sum of RGB (Red+Green+Blue) = 72+188+224=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #48BCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCE0 is #B7431F. Grayscale: #9D9D9D. Windows color (decimal): -12010272 or 14728264. OLE color: 14728264.

HSL color Cylindrical-coordinate representation of color #48BCE0: hue angle of 194.21º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48BCE0 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB72188224-
CMYK0.680.1600.12
HSL194.21º71.03%58.04%-
HSV(B)194.21º67.86%87.84%-
XYZ34.1142.7376.97-
YUV157.42165.5767.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.88%
GREEN value IS 188 (73.83% from 255) = 38.84%
BLUE value IS 224 (87.89% from 255) = 46.28%
R=14.88%
G=38.84%
B=46.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal721882240.680.1600.12194.2171.0358.04
Hex48BCE044100Cc2473a
Octal1102743401042001430210772
Binary1001000101111001110000010001001000001100110000101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,188,224); }

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

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

 a { background-color: rgb(72,188,224); }

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

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

 span { border-color: rgb(72,188,224); }

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