Shades of Baby Blue #48FAF3
Tints of Baby Blue #48FAF3
RGB
CMYK
RGB Variations
Color information
#48FAF3 (or 0x48FAF3) is known color: Baby Blue. HEX triplet: 48, FA and F3. RGB value is (72,250,243). Sum of RGB (Red+Green+Blue) = 72+250+243=565 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.74% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #48FAF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FAF3 is #B7050C. Grayscale: #C3C3C3. Windows color (decimal): -11994381 or 15989320. OLE color: 15989320.
HSL color Cylindrical-coordinate representation of color #48FAF3: hue angle of 177.64º degrees, saturation: 0.95, 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 #48FAF3 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 250 | 243 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.02 |
| HSL | 177.64º | 0.95% | 0.63% | - |
| HSV(B) | 177.64º | 0.71% | 0.98% | - |
| XYZ | 53.04 | 76.22 | 96.71 | - |
| YUV | 195.98 | 154.53 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 250 | 243 | 0.71 | 0 | 0.03 | 0.02 | 177.64 | 0.95 | 0.63 |
| Hex | 48 | FA | F3 | 47 | 0 | 3 | 2 | B2 | 5F | 3F |
| Octal | 110 | 372 | 363 | 107 | 0 | 3 | 2 | 262 | 137 | 77 |
| Binary | 1001000 | 11111010 | 11110011 | 1000111 | 0 | 11 | 10 | 10110010 | 1011111 | 111111 |
Color Harmonies of #48FAF3
Complementary color
Monochromatic Colors of #48FAF3
Black with #48FAF3
Text Example
Text Example
White with #48FAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FAF3; }
p { color: rgb(72,250,243); }
H1.HeaderClassName
{
color: #48FAF3;
}
.AnyTagClassName
{
color: #48FAF3;
}
</style>
background-color css
<style>
a { background-color: #48FAF3; }
a { background-color: rgb(72,250,243); }
div.DivClassName
{
background-color: #48FAF3;
}
.BgClassName
{
background-color: #48FAF3;
}
</style>
border-color css
<style>
span { border-color: #48FAF3; }
span { border-color: rgb(72,250,243); }
td.TdClassName
{
border-color: #48FAF3;
}
.TagClassName
{
border-color: #48FAF3;
}
</style>