#48BEED

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

Shades of Summer Sky #48BEED

Tints of Summer Sky #48BEED

Color information

#48BEED (or 0x48BEED) is unknown color: approx Summer Sky. HEX triplet: 48, BE and ED. RGB value is (72,190,237). Sum of RGB (Red+Green+Blue) = 72+190+237=499 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.43% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #48BEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BEED is #B74112. Grayscale: #9F9F9F. Windows color (decimal): -12009747 or 15580744. OLE color: 15580744.

HSL color Cylindrical-coordinate representation of color #48BEED: hue angle of 197.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48BEED is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB72190237-
CMYK0.700.2000.07
HSL197.09º82.09%60.59%-
HSV(B)197.09º69.62%92.94%-
XYZ36.3744.3286.76-
YUV160.08171.4165.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.43%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=14.43%
G=38.08%
B=47.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal721902370.700.2000.07197.0982.0960.59
Hex48BEED461407c5523d
Octal110276355106240730512275
Binary100100010111110111011011000110101000111110001011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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