Shades of Baby Blue #3BFCFE
Tints of Baby Blue #3BFCFE
RGB
CMYK
RGB Variations
Color information
#3BFCFE (or 0x3BFCFE) is known color: Baby Blue. HEX triplet: 3B, FC and FE. RGB value is (59,252,254). Sum of RGB (Red+Green+Blue) = 59+252+254=565 (74% of max value = 765). Red value is 59 (23.44% from 255 or 10.44% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BFCFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFCFE is #C40301. Grayscale: #C2C2C2. Windows color (decimal): -12845826 or 16710715. OLE color: 16710715.
HSL color Cylindrical-coordinate representation of color #3BFCFE: hue angle of 180.62º 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 #3BFCFE is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 252 | 254 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.00 |
| HSL | 180.62º | 0.99% | 0.61% | - |
| HSV(B) | 180.62º | 0.77% | 1% | - |
| XYZ | 54.5 | 77.71 | 105.89 | - |
| YUV | 194.52 | 161.56 | 31.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 254 | 0.77 | 0.01 | 0 | 0.00 | 180.62 | 0.99 | 0.61 |
| Hex | 3B | FC | FE | 4D | 1 | 0 | 0 | B5 | 63 | 3D |
| Octal | 73 | 374 | 376 | 115 | 1 | 0 | 0 | 265 | 143 | 75 |
| Binary | 111011 | 11111100 | 11111110 | 1001101 | 1 | 0 | 0 | 10110101 | 1100011 | 111101 |
Color Harmonies of #3BFCFE
Complementary color
Monochromatic Colors of #3BFCFE
Black with #3BFCFE
Text Example
Text Example
White with #3BFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFCFE; }
p { color: rgb(59,252,254); }
H1.HeaderClassName
{
color: #3BFCFE;
}
.AnyTagClassName
{
color: #3BFCFE;
}
</style>
background-color css
<style>
a { background-color: #3BFCFE; }
a { background-color: rgb(59,252,254); }
div.DivClassName
{
background-color: #3BFCFE;
}
.BgClassName
{
background-color: #3BFCFE;
}
</style>
border-color css
<style>
span { border-color: #3BFCFE; }
span { border-color: rgb(59,252,254); }
td.TdClassName
{
border-color: #3BFCFE;
}
.TagClassName
{
border-color: #3BFCFE;
}
</style>