Shades of Baby Blue #3BF6FF
Tints of Baby Blue #3BF6FF
RGB
CMYK
RGB Variations
Color information
#3BF6FF (or 0x3BF6FF) is known color: Baby Blue. HEX triplet: 3B, F6 and FF. RGB value is (59,246,255). Sum of RGB (Red+Green+Blue) = 59+246+255=560 (74% of max value = 765). Red value is 59 (23.44% from 255 or 10.54% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BF6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BF6FF is #C40900. Grayscale: #BEBEBE. Windows color (decimal): -12847361 or 16774715. OLE color: 16774715.
HSL color Cylindrical-coordinate representation of color #3BF6FF: hue angle of 182.76º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BF6FF is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 246 | 255 | - |
| CMYK | 0.77 | 0.04 | 0 | 0 |
| HSL | 182.76º | 1% | 0.62% | - |
| HSV(B) | 182.76º | 0.77% | 1% | - |
| XYZ | 52.81 | 74.06 | 106.12 | - |
| YUV | 191.11 | 164.05 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 246 | 255 | 0.77 | 0.04 | 0 | 0 | 182.76 | 1 | 0.62 |
| Hex | 3B | F6 | FF | 4D | 4 | 0 | 0 | B7 | 64 | 3E |
| Octal | 73 | 366 | 377 | 115 | 4 | 0 | 0 | 267 | 144 | 76 |
| Binary | 111011 | 11110110 | 11111111 | 1001101 | 100 | 0 | 0 | 10110111 | 1100100 | 111110 |
Color Harmonies of #3BF6FF
Complementary color
Monochromatic Colors of #3BF6FF
Black with #3BF6FF
Text Example
Text Example
White with #3BF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF6FF; }
p { color: rgb(59,246,255); }
H1.HeaderClassName
{
color: #3BF6FF;
}
.AnyTagClassName
{
color: #3BF6FF;
}
</style>
background-color css
<style>
a { background-color: #3BF6FF; }
a { background-color: rgb(59,246,255); }
div.DivClassName
{
background-color: #3BF6FF;
}
.BgClassName
{
background-color: #3BF6FF;
}
</style>
border-color css
<style>
span { border-color: #3BF6FF; }
span { border-color: rgb(59,246,255); }
td.TdClassName
{
border-color: #3BF6FF;
}
.TagClassName
{
border-color: #3BF6FF;
}
</style>