Shades of Baby Blue #3DFBFF
Tints of Baby Blue #3DFBFF
RGB
CMYK
RGB Variations
Color information
#3DFBFF (or 0x3DFBFF) is known color: Baby Blue. HEX triplet: 3D, FB and FF. RGB value is (61,251,255). Sum of RGB (Red+Green+Blue) = 61+251+255=567 (75% of max value = 765). Red value is 61 (24.22% from 255 or 10.76% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DFBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFBFF is #C20400. Grayscale: #C2C2C2. Windows color (decimal): -12715009 or 16775997. OLE color: 16775997.
HSL color Cylindrical-coordinate representation of color #3DFBFF: hue angle of 181.24º 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 #3DFBFF is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 251 | 255 | - |
| CMYK | 0.76 | 0.02 | 0 | 0 |
| HSL | 181.24º | 1% | 0.62% | - |
| HSV(B) | 181.24º | 0.76% | 1% | - |
| XYZ | 54.47 | 77.21 | 106.64 | - |
| YUV | 194.65 | 162.05 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 255 | 0.76 | 0.02 | 0 | 0 | 181.24 | 1 | 0.62 |
| Hex | 3D | FB | FF | 4C | 2 | 0 | 0 | B5 | 64 | 3E |
| Octal | 75 | 373 | 377 | 114 | 2 | 0 | 0 | 265 | 144 | 76 |
| Binary | 111101 | 11111011 | 11111111 | 1001100 | 10 | 0 | 0 | 10110101 | 1100100 | 111110 |
Color Harmonies of #3DFBFF
Complementary color
Monochromatic Colors of #3DFBFF
Black with #3DFBFF
Text Example
Text Example
White with #3DFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFBFF; }
p { color: rgb(61,251,255); }
H1.HeaderClassName
{
color: #3DFBFF;
}
.AnyTagClassName
{
color: #3DFBFF;
}
</style>
background-color css
<style>
a { background-color: #3DFBFF; }
a { background-color: rgb(61,251,255); }
div.DivClassName
{
background-color: #3DFBFF;
}
.BgClassName
{
background-color: #3DFBFF;
}
</style>
border-color css
<style>
span { border-color: #3DFBFF; }
span { border-color: rgb(61,251,255); }
td.TdClassName
{
border-color: #3DFBFF;
}
.TagClassName
{
border-color: #3DFBFF;
}
</style>