Shades of Baby Blue #5FFFFF
Tints of Baby Blue #5FFFFF
RGB
CMYK
RGB Variations
Color information
#5FFFFF (or 0x5FFFFF) is known color: Baby Blue. HEX triplet: 5F, FF and FF. RGB value is (95,255,255). Sum of RGB (Red+Green+Blue) = 95+255+255=605 (80% of max value = 765). Red value is 95 (37.5% from 255 or 15.70% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #5FFFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFFFF is #A00000. Grayscale: #CFCFCF. Windows color (decimal): -10485761 or 16777055. OLE color: 16777055.
HSL color Cylindrical-coordinate representation of color #5FFFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFFF is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 255 | - |
| CMYK | 0.63 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.69% | - |
| HSV(B) | 180º | 0.63% | 1% | - |
| XYZ | 58.53 | 81.17 | 107.19 | - |
| YUV | 207.16 | 154.99 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 255 | 0.63 | 0 | 0 | 0 | 180 | 1 | 0.69 |
| Hex | 5F | FF | FF | 3F | 0 | 0 | 0 | B4 | 64 | 45 |
| Octal | 137 | 377 | 377 | 77 | 0 | 0 | 0 | 264 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11111111 | 111111 | 0 | 0 | 0 | 10110100 | 1100100 | 1000101 |
Color Harmonies of #5FFFFF
Complementary color
Monochromatic Colors of #5FFFFF
Black with #5FFFFF
Text Example
Text Example
White with #5FFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFFF; }
p { color: rgb(95,255,255); }
H1.HeaderClassName
{
color: #5FFFFF;
}
.AnyTagClassName
{
color: #5FFFFF;
}
</style>
background-color css
<style>
a { background-color: #5FFFFF; }
a { background-color: rgb(95,255,255); }
div.DivClassName
{
background-color: #5FFFFF;
}
.BgClassName
{
background-color: #5FFFFF;
}
</style>
border-color css
<style>
span { border-color: #5FFFFF; }
span { border-color: rgb(95,255,255); }
td.TdClassName
{
border-color: #5FFFFF;
}
.TagClassName
{
border-color: #5FFFFF;
}
</style>