#48BDDE

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

Shades of Summer Sky #48BDDE

Tints of Summer Sky #48BDDE

Color information

#48BDDE (or 0x48BDDE) is unknown color: approx Summer Sky. HEX triplet: 48, BD and DE. RGB value is (72,189,222). Sum of RGB (Red+Green+Blue) = 72+189+222=483 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.91% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #48BDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BDDE is #B74221. Grayscale: #9D9D9D. Windows color (decimal): -12010018 or 14597448. OLE color: 14597448.

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

Color convert

RGB72189222-
CMYK0.680.1500.13
HSL193.2º69.44%57.65%-
HSV(B)193.2º67.57%87.06%-
XYZ34.0543.0575.62-
YUV157.78164.2466.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.91%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=14.91%
G=39.13%
B=45.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal721892220.680.1500.13193.269.4457.65
Hex48BDDE44F0Dc1453a
Octal1102753361041701530110572
Binary100100010111101110111101000100111101101110000011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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