Shades of Baby Blue #5FFFF8
Tints of Baby Blue #5FFFF8
RGB
CMYK
RGB Variations
Color information
#5FFFF8 (or 0x5FFFF8) is known color: Baby Blue. HEX triplet: 5F, FF and F8. RGB value is (95,255,248). Sum of RGB (Red+Green+Blue) = 95+255+248=598 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.89% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFFF8 is #A00007. Grayscale: #CECECE. Windows color (decimal): -10485768 or 16318303. OLE color: 16318303.
HSL color Cylindrical-coordinate representation of color #5FFFF8: hue angle of 177.38º 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 #5FFFF8 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 248 | - |
| CMYK | 0.63 | 0 | 0.03 | 0 |
| HSL | 177.38º | 1% | 0.69% | - |
| HSV(B) | 177.38º | 0.63% | 1% | - |
| XYZ | 57.42 | 80.73 | 101.36 | - |
| YUV | 206.36 | 151.49 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 248 | 0.63 | 0 | 0.03 | 0 | 177.38 | 1 | 0.69 |
| Hex | 5F | FF | F8 | 3F | 0 | 3 | 0 | B1 | 64 | 45 |
| Octal | 137 | 377 | 370 | 77 | 0 | 3 | 0 | 261 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11111000 | 111111 | 0 | 11 | 0 | 10110001 | 1100100 | 1000101 |
Color Harmonies of #5FFFF8
Complementary color
Monochromatic Colors of #5FFFF8
Black with #5FFFF8
Text Example
Text Example
White with #5FFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFF8; }
p { color: rgb(95,255,248); }
H1.HeaderClassName
{
color: #5FFFF8;
}
.AnyTagClassName
{
color: #5FFFF8;
}
</style>
background-color css
<style>
a { background-color: #5FFFF8; }
a { background-color: rgb(95,255,248); }
div.DivClassName
{
background-color: #5FFFF8;
}
.BgClassName
{
background-color: #5FFFF8;
}
</style>
border-color css
<style>
span { border-color: #5FFFF8; }
span { border-color: rgb(95,255,248); }
td.TdClassName
{
border-color: #5FFFF8;
}
.TagClassName
{
border-color: #5FFFF8;
}
</style>