Shades of Baby Blue #3FFFF9
Tints of Baby Blue #3FFFF9
RGB
CMYK
RGB Variations
Color information
#3FFFF9 (or 0x3FFFF9) is known color: Baby Blue. HEX triplet: 3F, FF and F9. RGB value is (63,255,249). Sum of RGB (Red+Green+Blue) = 63+255+249=567 (75% of max value = 765). Red value is 63 (25% from 255 or 11.11% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFFF9 is #C00006. Grayscale: #C4C4C4. Windows color (decimal): -12582919 or 16383807. OLE color: 16383807.
HSL color Cylindrical-coordinate representation of color #3FFFF9: hue angle of 178.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFF9 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 249 | - |
| CMYK | 0.75 | 0 | 0.02 | 0 |
| HSL | 178.13º | 1% | 0.62% | - |
| HSV(B) | 178.13º | 0.75% | 1% | - |
| XYZ | 54.91 | 79.42 | 102.06 | - |
| YUV | 196.91 | 157.39 | 32.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 249 | 0.75 | 0 | 0.02 | 0 | 178.13 | 1 | 0.62 |
| Hex | 3F | FF | F9 | 4B | 0 | 2 | 0 | B2 | 64 | 3E |
| Octal | 77 | 377 | 371 | 113 | 0 | 2 | 0 | 262 | 144 | 76 |
| Binary | 111111 | 11111111 | 11111001 | 1001011 | 0 | 10 | 0 | 10110010 | 1100100 | 111110 |
Color Harmonies of #3FFFF9
Complementary color
Monochromatic Colors of #3FFFF9
Black with #3FFFF9
Text Example
Text Example
White with #3FFFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFF9; }
p { color: rgb(63,255,249); }
H1.HeaderClassName
{
color: #3FFFF9;
}
.AnyTagClassName
{
color: #3FFFF9;
}
</style>
background-color css
<style>
a { background-color: #3FFFF9; }
a { background-color: rgb(63,255,249); }
div.DivClassName
{
background-color: #3FFFF9;
}
.BgClassName
{
background-color: #3FFFF9;
}
</style>
border-color css
<style>
span { border-color: #3FFFF9; }
span { border-color: rgb(63,255,249); }
td.TdClassName
{
border-color: #3FFFF9;
}
.TagClassName
{
border-color: #3FFFF9;
}
</style>