#48bede

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

Shades of Summer Sky #48BEDE

Tints of Summer Sky #48BEDE

Color information

#48BEDE (or 0x48BEDE) is unknown color: approx Summer Sky. HEX triplet: 48, BE and DE. RGB value is (72,190,222). Sum of RGB (Red+Green+Blue) = 72+190+222=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #48BEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BEDE is #B74121. Grayscale: #9E9E9E. Windows color (decimal): -12009762 or 14597704. OLE color: 14597704.

HSL color Cylindrical-coordinate representation of color #48BEDE: hue angle of 192.8º degrees, saturation: 0.69, 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 #48BEDE is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB72190222-
CMYK0.680.1400.13
HSL192.8º69.44%57.65%-
HSV(B)192.8º67.57%87.06%-
XYZ34.2743.4875.69-
YUV158.37163.9166.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.88%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=14.88%
G=39.26%
B=45.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal721902220.680.1400.13192.869.4457.65
Hex48BEDE44E0Dc1453a
Octal1102763361041601530110572
Binary100100010111110110111101000100111001101110000011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48bede

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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