Shades of Baby Blue #3BFEFE
Tints of Baby Blue #3BFEFE
RGB
CMYK
RGB Variations
Color information
#3BFEFE (or 0x3BFEFE) is known color: Baby Blue. HEX triplet: 3B, FE and FE. RGB value is (59,254,254). Sum of RGB (Red+Green+Blue) = 59+254+254=567 (75% of max value = 765). Red value is 59 (23.44% from 255 or 10.41% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #3BFEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFEFE is #C40101. Grayscale: #C3C3C3. Windows color (decimal): -12845314 or 16711227. OLE color: 16711227.
HSL color Cylindrical-coordinate representation of color #3BFEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFEFE is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 254 | - |
| CMYK | 0.77 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.61% | - |
| HSV(B) | 180º | 0.77% | 1% | - |
| XYZ | 55.13 | 78.97 | 106.1 | - |
| YUV | 195.7 | 160.9 | 30.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 254 | 0.77 | 0 | 0 | 0.00 | 180 | 0.99 | 0.61 |
| Hex | 3B | FE | FE | 4D | 0 | 0 | 0 | B4 | 63 | 3D |
| Octal | 73 | 376 | 376 | 115 | 0 | 0 | 0 | 264 | 143 | 75 |
| Binary | 111011 | 11111110 | 11111110 | 1001101 | 0 | 0 | 0 | 10110100 | 1100011 | 111101 |
Color Harmonies of #3BFEFE
Complementary color
Monochromatic Colors of #3BFEFE
Black with #3BFEFE
Text Example
Text Example
White with #3BFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFEFE; }
p { color: rgb(59,254,254); }
H1.HeaderClassName
{
color: #3BFEFE;
}
.AnyTagClassName
{
color: #3BFEFE;
}
</style>
background-color css
<style>
a { background-color: #3BFEFE; }
a { background-color: rgb(59,254,254); }
div.DivClassName
{
background-color: #3BFEFE;
}
.BgClassName
{
background-color: #3BFEFE;
}
</style>
border-color css
<style>
span { border-color: #3BFEFE; }
span { border-color: rgb(59,254,254); }
td.TdClassName
{
border-color: #3BFEFE;
}
.TagClassName
{
border-color: #3BFEFE;
}
</style>