#48BCEF

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

Shades of Summer Sky #48BCEF

Tints of Summer Sky #48BCEF

Color information

#48BCEF (or 0x48BCEF) is unknown color: approx Summer Sky. HEX triplet: 48, BC and EF. RGB value is (72,188,239). Sum of RGB (Red+Green+Blue) = 72+188+239=499 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.43% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #48BCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BCEF is #B74310. Grayscale: #9E9E9E. Windows color (decimal): -12010257 or 15711304. OLE color: 15711304.

HSL color Cylindrical-coordinate representation of color #48BCEF: hue angle of 198.32º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48BCEF is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB72188239-
CMYK0.700.2100.06
HSL198.32º83.92%60.98%-
HSV(B)198.32º69.87%93.73%-
XYZ36.2443.5888.16-
YUV159.13173.0765.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.43%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=14.43%
G=37.68%
B=47.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal721882390.700.2100.06198.3283.9260.98
Hex48BCEF461506c6543d
Octal110274357106250630612475
Binary100100010111100111011111000110101010110110001101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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