Shades of Baby Blue #3FF8FF
Tints of Baby Blue #3FF8FF
RGB
CMYK
RGB Variations
Color information
#3FF8FF (or 0x3FF8FF) is known color: Baby Blue. HEX triplet: 3F, F8 and FF. RGB value is (63,248,255). Sum of RGB (Red+Green+Blue) = 63+248+255=566 (74% of max value = 765). Red value is 63 (25% from 255 or 11.13% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FF8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF8FF is #C00700. Grayscale: #C1C1C1. Windows color (decimal): -12584705 or 16775231. OLE color: 16775231.
HSL color Cylindrical-coordinate representation of color #3FF8FF: hue angle of 182.19º 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 #3FF8FF is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 248 | 255 | - |
| CMYK | 0.75 | 0.03 | 0 | 0 |
| HSL | 182.19º | 1% | 0.62% | - |
| HSV(B) | 182.19º | 0.75% | 1% | - |
| XYZ | 53.67 | 75.41 | 106.34 | - |
| YUV | 193.48 | 162.71 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 255 | 0.75 | 0.03 | 0 | 0 | 182.19 | 1 | 0.62 |
| Hex | 3F | F8 | FF | 4B | 3 | 0 | 0 | B6 | 64 | 3E |
| Octal | 77 | 370 | 377 | 113 | 3 | 0 | 0 | 266 | 144 | 76 |
| Binary | 111111 | 11111000 | 11111111 | 1001011 | 11 | 0 | 0 | 10110110 | 1100100 | 111110 |
Color Harmonies of #3FF8FF
Complementary color
Monochromatic Colors of #3FF8FF
Black with #3FF8FF
Text Example
Text Example
White with #3FF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF8FF; }
p { color: rgb(63,248,255); }
H1.HeaderClassName
{
color: #3FF8FF;
}
.AnyTagClassName
{
color: #3FF8FF;
}
</style>
background-color css
<style>
a { background-color: #3FF8FF; }
a { background-color: rgb(63,248,255); }
div.DivClassName
{
background-color: #3FF8FF;
}
.BgClassName
{
background-color: #3FF8FF;
}
</style>
border-color css
<style>
span { border-color: #3FF8FF; }
span { border-color: rgb(63,248,255); }
td.TdClassName
{
border-color: #3FF8FF;
}
.TagClassName
{
border-color: #3FF8FF;
}
</style>