Shades of Baby Blue #61FEFF
Tints of Baby Blue #61FEFF
RGB
CMYK
RGB Variations
Color information
#61FEFF (or 0x61FEFF) is known color: Baby Blue. HEX triplet: 61, FE and FF. RGB value is (97,254,255). Sum of RGB (Red+Green+Blue) = 97+254+255=606 (80% of max value = 765). Red value is 97 (38.28% from 255 or 16.01% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #61FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FEFF is #9E0100. Grayscale: #CFCFCF. Windows color (decimal): -10354945 or 16776801. OLE color: 16776801.
HSL color Cylindrical-coordinate representation of color #61FEFF: hue angle of 180.38º 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 #61FEFF is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 254 | 255 | - |
| CMYK | 0.62 | 0.00 | 0 | 0 |
| HSL | 180.38º | 1% | 0.69% | - |
| HSV(B) | 180.38º | 0.62% | 1% | - |
| XYZ | 58.42 | 80.65 | 107.09 | - |
| YUV | 207.17 | 154.99 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 255 | 0.62 | 0.00 | 0 | 0 | 180.38 | 1 | 0.69 |
| Hex | 61 | FE | FF | 3E | 0 | 0 | 0 | B4 | 64 | 45 |
| Octal | 141 | 376 | 377 | 76 | 0 | 0 | 0 | 264 | 144 | 105 |
| Binary | 1100001 | 11111110 | 11111111 | 111110 | 0 | 0 | 0 | 10110100 | 1100100 | 1000101 |
Color Harmonies of #61FEFF
Complementary color
Monochromatic Colors of #61FEFF
Black with #61FEFF
Text Example
Text Example
White with #61FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FEFF; }
p { color: rgb(97,254,255); }
H1.HeaderClassName
{
color: #61FEFF;
}
.AnyTagClassName
{
color: #61FEFF;
}
</style>
background-color css
<style>
a { background-color: #61FEFF; }
a { background-color: rgb(97,254,255); }
div.DivClassName
{
background-color: #61FEFF;
}
.BgClassName
{
background-color: #61FEFF;
}
</style>
border-color css
<style>
span { border-color: #61FEFF; }
span { border-color: rgb(97,254,255); }
td.TdClassName
{
border-color: #61FEFF;
}
.TagClassName
{
border-color: #61FEFF;
}
</style>