Shades of Baby Blue #3FFBFF
Tints of Baby Blue #3FFBFF
RGB
CMYK
RGB Variations
Color information
#3FFBFF (or 0x3FFBFF) is known color: Baby Blue. HEX triplet: 3F, FB and FF. RGB value is (63,251,255). Sum of RGB (Red+Green+Blue) = 63+251+255=569 (75% of max value = 765). Red value is 63 (25% from 255 or 11.07% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FFBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFBFF is #C00400. Grayscale: #C3C3C3. Windows color (decimal): -12583937 or 16775999. OLE color: 16775999.
HSL color Cylindrical-coordinate representation of color #3FFBFF: hue angle of 181.25º 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 #3FFBFF is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 251 | 255 | - |
| CMYK | 0.75 | 0.02 | 0 | 0 |
| HSL | 181.25º | 1% | 0.62% | - |
| HSV(B) | 181.25º | 0.75% | 1% | - |
| XYZ | 54.6 | 77.27 | 106.65 | - |
| YUV | 195.24 | 161.72 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 255 | 0.75 | 0.02 | 0 | 0 | 181.25 | 1 | 0.62 |
| Hex | 3F | FB | FF | 4B | 2 | 0 | 0 | B5 | 64 | 3E |
| Octal | 77 | 373 | 377 | 113 | 2 | 0 | 0 | 265 | 144 | 76 |
| Binary | 111111 | 11111011 | 11111111 | 1001011 | 10 | 0 | 0 | 10110101 | 1100100 | 111110 |
Color Harmonies of #3FFBFF
Complementary color
Monochromatic Colors of #3FFBFF
Black with #3FFBFF
Text Example
Text Example
White with #3FFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBFF; }
p { color: rgb(63,251,255); }
H1.HeaderClassName
{
color: #3FFBFF;
}
.AnyTagClassName
{
color: #3FFBFF;
}
</style>
background-color css
<style>
a { background-color: #3FFBFF; }
a { background-color: rgb(63,251,255); }
div.DivClassName
{
background-color: #3FFBFF;
}
.BgClassName
{
background-color: #3FFBFF;
}
</style>
border-color css
<style>
span { border-color: #3FFBFF; }
span { border-color: rgb(63,251,255); }
td.TdClassName
{
border-color: #3FFBFF;
}
.TagClassName
{
border-color: #3FFBFF;
}
</style>