Shades of Baby Blue #3DF6FF
Tints of Baby Blue #3DF6FF
RGB
CMYK
RGB Variations
Color information
#3DF6FF (or 0x3DF6FF) is known color: Baby Blue. HEX triplet: 3D, F6 and FF. RGB value is (61,246,255). Sum of RGB (Red+Green+Blue) = 61+246+255=562 (74% of max value = 765). Red value is 61 (24.22% from 255 or 10.85% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DF6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF6FF is #C20900. Grayscale: #BFBFBF. Windows color (decimal): -12716289 or 16774717. OLE color: 16774717.
HSL color Cylindrical-coordinate representation of color #3DF6FF: hue angle of 182.78º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DF6FF is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 246 | 255 | - |
| CMYK | 0.76 | 0.04 | 0 | 0 |
| HSL | 182.78º | 1% | 0.62% | - |
| HSV(B) | 182.78º | 0.76% | 1% | - |
| XYZ | 52.93 | 74.12 | 106.13 | - |
| YUV | 191.71 | 163.71 | 34.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 255 | 0.76 | 0.04 | 0 | 0 | 182.78 | 1 | 0.62 |
| Hex | 3D | F6 | FF | 4C | 4 | 0 | 0 | B7 | 64 | 3E |
| Octal | 75 | 366 | 377 | 114 | 4 | 0 | 0 | 267 | 144 | 76 |
| Binary | 111101 | 11110110 | 11111111 | 1001100 | 100 | 0 | 0 | 10110111 | 1100100 | 111110 |
Color Harmonies of #3DF6FF
Complementary color
Monochromatic Colors of #3DF6FF
Black with #3DF6FF
Text Example
Text Example
White with #3DF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF6FF; }
p { color: rgb(61,246,255); }
H1.HeaderClassName
{
color: #3DF6FF;
}
.AnyTagClassName
{
color: #3DF6FF;
}
</style>
background-color css
<style>
a { background-color: #3DF6FF; }
a { background-color: rgb(61,246,255); }
div.DivClassName
{
background-color: #3DF6FF;
}
.BgClassName
{
background-color: #3DF6FF;
}
</style>
border-color css
<style>
span { border-color: #3DF6FF; }
span { border-color: rgb(61,246,255); }
td.TdClassName
{
border-color: #3DF6FF;
}
.TagClassName
{
border-color: #3DF6FF;
}
</style>