#48F0F8

Color #48F0F8 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #48F0F8

Tints of Baby Blue #48F0F8

Color information

#48F0F8 (or 0x48F0F8) is unknown color: approx Baby Blue. HEX triplet: 48, F0 and F8. RGB value is (72,240,248). Sum of RGB (Red+Green+Blue) = 72+240+248=560 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.86% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #48F0F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48F0F8 is #B70F07. Grayscale: #BEBEBE. Windows color (decimal): -11996936 or 16314440. OLE color: 16314440.

HSL color Cylindrical-coordinate representation of color #48F0F8: hue angle of 182.73º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F0F8 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB72240248-
CMYK0.710.0300.03
HSL182.73º92.63%62.75%-
HSV(B)182.73º70.97%97.25%-
XYZ50.7870.4899.73-
YUV190.68160.3443.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 12.86%
GREEN value IS 240 (94.14% from 255) = 42.86%
BLUE value IS 248 (97.27% from 255) = 44.29%
R=12.86%
G=42.86%
B=44.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal722402480.710.0300.03182.7392.6362.75
Hex48F0F847303b75d3f
Octal11036037010730326713577
Binary10010001111000011111000100011111011101101111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,240,248); }

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

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

 a { background-color: rgb(72,240,248); }

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

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

 span { border-color: rgb(72,240,248); }

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