Shades of Baby Blue #61FEFE
Tints of Baby Blue #61FEFE
RGB
CMYK
RGB Variations
Color information
#61FEFE (or 0x61FEFE) is known color: Baby Blue. HEX triplet: 61, FE and FE. RGB value is (97,254,254). Sum of RGB (Red+Green+Blue) = 97+254+254=605 (80% of max value = 765). Red value is 97 (38.28% from 255 or 16.03% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #61FEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FEFE is #9E0101. Grayscale: #CECECE. Windows color (decimal): -10354946 or 16711265. OLE color: 16711265.
HSL color Cylindrical-coordinate representation of color #61FEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FEFE is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 254 | - |
| CMYK | 0.62 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.69% | - |
| HSV(B) | 180º | 0.62% | 1% | - |
| XYZ | 58.26 | 80.58 | 106.25 | - |
| YUV | 207.06 | 154.49 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 254 | 0.62 | 0 | 0 | 0.00 | 180 | 0.99 | 0.69 |
| Hex | 61 | FE | FE | 3E | 0 | 0 | 0 | B4 | 63 | 45 |
| Octal | 141 | 376 | 376 | 76 | 0 | 0 | 0 | 264 | 143 | 105 |
| Binary | 1100001 | 11111110 | 11111110 | 111110 | 0 | 0 | 0 | 10110100 | 1100011 | 1000101 |
Color Harmonies of #61FEFE
Complementary color
Monochromatic Colors of #61FEFE
Black with #61FEFE
Text Example
Text Example
White with #61FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FEFE; }
p { color: rgb(97,254,254); }
H1.HeaderClassName
{
color: #61FEFE;
}
.AnyTagClassName
{
color: #61FEFE;
}
</style>
background-color css
<style>
a { background-color: #61FEFE; }
a { background-color: rgb(97,254,254); }
div.DivClassName
{
background-color: #61FEFE;
}
.BgClassName
{
background-color: #61FEFE;
}
</style>
border-color css
<style>
span { border-color: #61FEFE; }
span { border-color: rgb(97,254,254); }
td.TdClassName
{
border-color: #61FEFE;
}
.TagClassName
{
border-color: #61FEFE;
}
</style>