Shades of Baby Blue #61FFF8
Tints of Baby Blue #61FFF8
RGB
CMYK
RGB Variations
Color information
#61FFF8 (or 0x61FFF8) is known color: Baby Blue. HEX triplet: 61, FF and F8. RGB value is (97,255,248). Sum of RGB (Red+Green+Blue) = 97+255+248=600 (79% of max value = 765). Red value is 97 (38.28% from 255 or 16.17% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FFF8 is #9E0007. Grayscale: #CECECE. Windows color (decimal): -10354696 or 16318305. OLE color: 16318305.
HSL color Cylindrical-coordinate representation of color #61FFF8: hue angle of 177.34º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFF8 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 248 | - |
| CMYK | 0.62 | 0 | 0.03 | 0 |
| HSL | 177.34º | 1% | 0.69% | - |
| HSV(B) | 177.34º | 0.62% | 1% | - |
| XYZ | 57.63 | 80.84 | 101.37 | - |
| YUV | 206.96 | 151.15 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 248 | 0.62 | 0 | 0.03 | 0 | 177.34 | 1 | 0.69 |
| Hex | 61 | FF | F8 | 3E | 0 | 3 | 0 | B1 | 64 | 45 |
| Octal | 141 | 377 | 370 | 76 | 0 | 3 | 0 | 261 | 144 | 105 |
| Binary | 1100001 | 11111111 | 11111000 | 111110 | 0 | 11 | 0 | 10110001 | 1100100 | 1000101 |
Color Harmonies of #61FFF8
Complementary color
Monochromatic Colors of #61FFF8
Black with #61FFF8
Text Example
Text Example
White with #61FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFF8; }
p { color: rgb(97,255,248); }
H1.HeaderClassName
{
color: #61FFF8;
}
.AnyTagClassName
{
color: #61FFF8;
}
</style>
background-color css
<style>
a { background-color: #61FFF8; }
a { background-color: rgb(97,255,248); }
div.DivClassName
{
background-color: #61FFF8;
}
.BgClassName
{
background-color: #61FFF8;
}
</style>
border-color css
<style>
span { border-color: #61FFF8; }
span { border-color: rgb(97,255,248); }
td.TdClassName
{
border-color: #61FFF8;
}
.TagClassName
{
border-color: #61FFF8;
}
</style>