Shades of Baby Blue #3FF6FF
Tints of Baby Blue #3FF6FF
RGB
CMYK
RGB Variations
Color information
#3FF6FF (or 0x3FF6FF) is known color: Baby Blue. HEX triplet: 3F, F6 and FF. RGB value is (63,246,255). Sum of RGB (Red+Green+Blue) = 63+246+255=564 (74% of max value = 765). Red value is 63 (25% from 255 or 11.17% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FF6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF6FF is #C00900. Grayscale: #C0C0C0. Windows color (decimal): -12585217 or 16774719. OLE color: 16774719.
HSL color Cylindrical-coordinate representation of color #3FF6FF: hue angle of 182.81º 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 #3FF6FF is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 246 | 255 | - |
| CMYK | 0.75 | 0.04 | 0 | 0 |
| HSL | 182.81º | 1% | 0.62% | - |
| HSV(B) | 182.81º | 0.75% | 1% | - |
| XYZ | 53.06 | 74.19 | 106.13 | - |
| YUV | 192.31 | 163.37 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 255 | 0.75 | 0.04 | 0 | 0 | 182.81 | 1 | 0.62 |
| Hex | 3F | F6 | FF | 4B | 4 | 0 | 0 | B7 | 64 | 3E |
| Octal | 77 | 366 | 377 | 113 | 4 | 0 | 0 | 267 | 144 | 76 |
| Binary | 111111 | 11110110 | 11111111 | 1001011 | 100 | 0 | 0 | 10110111 | 1100100 | 111110 |
Color Harmonies of #3FF6FF
Complementary color
Monochromatic Colors of #3FF6FF
Black with #3FF6FF
Text Example
Text Example
White with #3FF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF6FF; }
p { color: rgb(63,246,255); }
H1.HeaderClassName
{
color: #3FF6FF;
}
.AnyTagClassName
{
color: #3FF6FF;
}
</style>
background-color css
<style>
a { background-color: #3FF6FF; }
a { background-color: rgb(63,246,255); }
div.DivClassName
{
background-color: #3FF6FF;
}
.BgClassName
{
background-color: #3FF6FF;
}
</style>
border-color css
<style>
span { border-color: #3FF6FF; }
span { border-color: rgb(63,246,255); }
td.TdClassName
{
border-color: #3FF6FF;
}
.TagClassName
{
border-color: #3FF6FF;
}
</style>