#48BEE0

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

Shades of Summer Sky #48BEE0

Tints of Summer Sky #48BEE0

Color information

#48BEE0 (or 0x48BEE0) is unknown color: approx Summer Sky. HEX triplet: 48, BE and E0. RGB value is (72,190,224). Sum of RGB (Red+Green+Blue) = 72+190+224=486 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.81% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #48BEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BEE0 is #B7411F. Grayscale: #9E9E9E. Windows color (decimal): -12009760 or 14728776. OLE color: 14728776.

HSL color Cylindrical-coordinate representation of color #48BEE0: hue angle of 193.42º 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 #48BEE0 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB72190224-
CMYK0.680.1500.12
HSL193.42º71.03%58.04%-
HSV(B)193.42º67.86%87.84%-
XYZ34.5443.5977.11-
YUV158.59164.9166.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.81%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 224 (87.89% from 255) = 46.09%
R=14.81%
G=39.09%
B=46.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal721902240.680.1500.12193.4271.0358.04
Hex48BEE044F0Cc1473a
Octal1102763401041701430110772
Binary100100010111110111000001000100111101100110000011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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