#48F0F7

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

Shades of Baby Blue #48F0F7

Tints of Baby Blue #48F0F7

Color information

#48F0F7 (or 0x48F0F7) is unknown color: approx Baby Blue. HEX triplet: 48, F0 and F7. RGB value is (72,240,247). Sum of RGB (Red+Green+Blue) = 72+240+247=559 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.88% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 247 - color contains mainly: blue. Hex color #48F0F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48F0F7 is #B70F08. Grayscale: #BEBEBE. Windows color (decimal): -11996937 or 16248904. OLE color: 16248904.

HSL color Cylindrical-coordinate representation of color #48F0F7: hue angle of 182.4º degrees, saturation: 0.92, 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 #48F0F7 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB72240247-
CMYK0.710.0300.03
HSL182.4º91.62%62.55%-
HSV(B)182.4º70.85%96.86%-
XYZ50.6270.4198.92-
YUV190.57159.8443.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 12.88%
GREEN value IS 240 (94.14% from 255) = 42.93%
BLUE value IS 247 (96.88% from 255) = 44.19%
R=12.88%
G=42.93%
B=44.19%

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
Decimal722402470.710.0300.03182.491.6262.55
Hex48F0F747303b65c3f
Octal11036036710730326613477
Binary10010001111000011110111100011111011101101101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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