Shades of Baby Blue #3FFAF9
Tints of Baby Blue #3FFAF9
RGB
CMYK
RGB Variations
Color information
#3FFAF9 (or 0x3FFAF9) is known color: Baby Blue. HEX triplet: 3F, FA and F9. RGB value is (63,250,249). Sum of RGB (Red+Green+Blue) = 63+250+249=562 (74% of max value = 765). Red value is 63 (25% from 255 or 11.21% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFAF9 is #C00506. Grayscale: #C1C1C1. Windows color (decimal): -12584199 or 16382527. OLE color: 16382527.
HSL color Cylindrical-coordinate representation of color #3FFAF9: hue angle of 179.68º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFAF9 is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 249 | - |
| CMYK | 0.75 | 0 | 0.00 | 0.02 |
| HSL | 179.68º | 0.95% | 0.61% | - |
| HSV(B) | 179.68º | 0.75% | 0.98% | - |
| XYZ | 53.33 | 76.27 | 101.53 | - |
| YUV | 193.97 | 159.05 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 249 | 0.75 | 0 | 0.00 | 0.02 | 179.68 | 0.95 | 0.61 |
| Hex | 3F | FA | F9 | 4B | 0 | 0 | 2 | B4 | 5F | 3D |
| Octal | 77 | 372 | 371 | 113 | 0 | 0 | 2 | 264 | 137 | 75 |
| Binary | 111111 | 11111010 | 11111001 | 1001011 | 0 | 0 | 10 | 10110100 | 1011111 | 111101 |
Color Harmonies of #3FFAF9
Complementary color
Monochromatic Colors of #3FFAF9
Black with #3FFAF9
Text Example
Text Example
White with #3FFAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFAF9; }
p { color: rgb(63,250,249); }
H1.HeaderClassName
{
color: #3FFAF9;
}
.AnyTagClassName
{
color: #3FFAF9;
}
</style>
background-color css
<style>
a { background-color: #3FFAF9; }
a { background-color: rgb(63,250,249); }
div.DivClassName
{
background-color: #3FFAF9;
}
.BgClassName
{
background-color: #3FFAF9;
}
</style>
border-color css
<style>
span { border-color: #3FFAF9; }
span { border-color: rgb(63,250,249); }
td.TdClassName
{
border-color: #3FFAF9;
}
.TagClassName
{
border-color: #3FFAF9;
}
</style>