Shades of Baby Blue #3FFDF9
Tints of Baby Blue #3FFDF9
RGB
CMYK
RGB Variations
Color information
#3FFDF9 (or 0x3FFDF9) is known color: Baby Blue. HEX triplet: 3F, FD and F9. RGB value is (63,253,249). Sum of RGB (Red+Green+Blue) = 63+253+249=565 (74% of max value = 765). Red value is 63 (25% from 255 or 11.15% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFDF9 is #C00206. Grayscale: #C3C3C3. Windows color (decimal): -12583431 or 16383295. OLE color: 16383295.
HSL color Cylindrical-coordinate representation of color #3FFDF9: hue angle of 178.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFDF9 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 249 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.01 |
| HSL | 178.74º | 0.98% | 0.62% | - |
| HSV(B) | 178.74º | 0.75% | 0.99% | - |
| XYZ | 54.27 | 78.15 | 101.85 | - |
| YUV | 195.73 | 158.05 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 249 | 0.75 | 0 | 0.02 | 0.01 | 178.74 | 0.98 | 0.62 |
| Hex | 3F | FD | F9 | 4B | 0 | 2 | 1 | B3 | 62 | 3E |
| Octal | 77 | 375 | 371 | 113 | 0 | 2 | 1 | 263 | 142 | 76 |
| Binary | 111111 | 11111101 | 11111001 | 1001011 | 0 | 10 | 1 | 10110011 | 1100010 | 111110 |
Color Harmonies of #3FFDF9
Complementary color
Monochromatic Colors of #3FFDF9
Black with #3FFDF9
Text Example
Text Example
White with #3FFDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFDF9; }
p { color: rgb(63,253,249); }
H1.HeaderClassName
{
color: #3FFDF9;
}
.AnyTagClassName
{
color: #3FFDF9;
}
</style>
background-color css
<style>
a { background-color: #3FFDF9; }
a { background-color: rgb(63,253,249); }
div.DivClassName
{
background-color: #3FFDF9;
}
.BgClassName
{
background-color: #3FFDF9;
}
</style>
border-color css
<style>
span { border-color: #3FFDF9; }
span { border-color: rgb(63,253,249); }
td.TdClassName
{
border-color: #3FFDF9;
}
.TagClassName
{
border-color: #3FFDF9;
}
</style>