#48FBFA

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

Shades of Baby Blue #48FBFA

Tints of Baby Blue #48FBFA

Color information

#48FBFA (or 0x48FBFA) is unknown color: approx Baby Blue. HEX triplet: 48, FB and FA. RGB value is (72,251,250). Sum of RGB (Red+Green+Blue) = 72+251+250=573 (75% of max value = 765). Red value is 72 (28.52% from 255 or 12.57% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #48FBFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FBFA is #B70405. Grayscale: #C5C5C5. Windows color (decimal): -11994118 or 16448328. OLE color: 16448328.

HSL color Cylindrical-coordinate representation of color #48FBFA: hue angle of 179.66º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FBFA is Cyan = 0.71, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB72251250-
CMYK0.7100.000.02
HSL179.66º95.72%63.33%-
HSV(B)179.66º71.31%98.43%-
XYZ54.4277.27102.49-
YUV197.36157.738.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 12.57%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=12.57%
G=43.80%
B=43.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal722512500.7100.000.02179.6695.7263.33
Hex48FBFA47002b4603f
Octal11037337210700226414077
Binary1001000111110111111101010001110010101101001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,251,250); }

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

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

 a { background-color: rgb(72,251,250); }

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

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

 span { border-color: rgb(72,251,250); }

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