Shades of Baby Blue #3BFDFE
Tints of Baby Blue #3BFDFE
RGB
CMYK
RGB Variations
Color information
#3BFDFE (or 0x3BFDFE) is known color: Baby Blue. HEX triplet: 3B, FD and FE. RGB value is (59,253,254). Sum of RGB (Red+Green+Blue) = 59+253+254=566 (74% of max value = 765). Red value is 59 (23.44% from 255 or 10.42% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BFDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFDFE is #C40201. Grayscale: #C2C2C2. Windows color (decimal): -12845570 or 16710971. OLE color: 16710971.
HSL color Cylindrical-coordinate representation of color #3BFDFE: hue angle of 180.31º 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 #3BFDFE is Cyan = 0.77, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 253 | 254 | - |
| CMYK | 0.77 | 0.00 | 0 | 0.00 |
| HSL | 180.31º | 0.99% | 0.61% | - |
| HSV(B) | 180.31º | 0.77% | 1% | - |
| XYZ | 54.82 | 78.34 | 106 | - |
| YUV | 195.11 | 161.23 | 30.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 254 | 0.77 | 0.00 | 0 | 0.00 | 180.31 | 0.99 | 0.61 |
| Hex | 3B | FD | FE | 4D | 0 | 0 | 0 | B4 | 63 | 3D |
| Octal | 73 | 375 | 376 | 115 | 0 | 0 | 0 | 264 | 143 | 75 |
| Binary | 111011 | 11111101 | 11111110 | 1001101 | 0 | 0 | 0 | 10110100 | 1100011 | 111101 |
Color Harmonies of #3BFDFE
Complementary color
Monochromatic Colors of #3BFDFE
Black with #3BFDFE
Text Example
Text Example
White with #3BFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDFE; }
p { color: rgb(59,253,254); }
H1.HeaderClassName
{
color: #3BFDFE;
}
.AnyTagClassName
{
color: #3BFDFE;
}
</style>
background-color css
<style>
a { background-color: #3BFDFE; }
a { background-color: rgb(59,253,254); }
div.DivClassName
{
background-color: #3BFDFE;
}
.BgClassName
{
background-color: #3BFDFE;
}
</style>
border-color css
<style>
span { border-color: #3BFDFE; }
span { border-color: rgb(59,253,254); }
td.TdClassName
{
border-color: #3BFDFE;
}
.TagClassName
{
border-color: #3BFDFE;
}
</style>