Shades of Baby Blue #3FF7FF
Tints of Baby Blue #3FF7FF
RGB
CMYK
RGB Variations
Color information
#3FF7FF (or 0x3FF7FF) is known color: Baby Blue. HEX triplet: 3F, F7 and FF. RGB value is (63,247,255). Sum of RGB (Red+Green+Blue) = 63+247+255=565 (74% of max value = 765). Red value is 63 (25% from 255 or 11.15% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FF7FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF7FF is #C00800. Grayscale: #C0C0C0. Windows color (decimal): -12584961 or 16774975. OLE color: 16774975.
HSL color Cylindrical-coordinate representation of color #3FF7FF: hue angle of 182.5º 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 #3FF7FF is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 247 | 255 | - |
| CMYK | 0.75 | 0.03 | 0 | 0 |
| HSL | 182.5º | 1% | 0.62% | - |
| HSV(B) | 182.5º | 0.75% | 1% | - |
| XYZ | 53.36 | 74.8 | 106.23 | - |
| YUV | 192.9 | 163.04 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 247 | 255 | 0.75 | 0.03 | 0 | 0 | 182.5 | 1 | 0.62 |
| Hex | 3F | F7 | FF | 4B | 3 | 0 | 0 | B6 | 64 | 3E |
| Octal | 77 | 367 | 377 | 113 | 3 | 0 | 0 | 266 | 144 | 76 |
| Binary | 111111 | 11110111 | 11111111 | 1001011 | 11 | 0 | 0 | 10110110 | 1100100 | 111110 |
Color Harmonies of #3FF7FF
Complementary color
Monochromatic Colors of #3FF7FF
Black with #3FF7FF
Text Example
Text Example
White with #3FF7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF7FF; }
p { color: rgb(63,247,255); }
H1.HeaderClassName
{
color: #3FF7FF;
}
.AnyTagClassName
{
color: #3FF7FF;
}
</style>
background-color css
<style>
a { background-color: #3FF7FF; }
a { background-color: rgb(63,247,255); }
div.DivClassName
{
background-color: #3FF7FF;
}
.BgClassName
{
background-color: #3FF7FF;
}
</style>
border-color css
<style>
span { border-color: #3FF7FF; }
span { border-color: rgb(63,247,255); }
td.TdClassName
{
border-color: #3FF7FF;
}
.TagClassName
{
border-color: #3FF7FF;
}
</style>