Shades of Baby Blue #62FFF8
Tints of Baby Blue #62FFF8
RGB
CMYK
RGB Variations
Color information
#62FFF8 (or 0x62FFF8) is known color: Baby Blue. HEX triplet: 62, FF and F8. RGB value is (98,255,248). Sum of RGB (Red+Green+Blue) = 98+255+248=601 (79% of max value = 765). Red value is 98 (38.67% from 255 or 16.31% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #62FFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62FFF8 is #9D0007. Grayscale: #CFCFCF. Windows color (decimal): -10289160 or 16318306. OLE color: 16318306.
HSL color Cylindrical-coordinate representation of color #62FFF8: hue angle of 177.32º 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 #62FFF8 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 255 | 248 | - |
| CMYK | 0.62 | 0 | 0.03 | 0 |
| HSL | 177.32º | 1% | 0.69% | - |
| HSV(B) | 177.32º | 0.62% | 1% | - |
| XYZ | 57.74 | 80.89 | 101.38 | - |
| YUV | 207.26 | 150.99 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 255 | 248 | 0.62 | 0 | 0.03 | 0 | 177.32 | 1 | 0.69 |
| Hex | 62 | FF | F8 | 3E | 0 | 3 | 0 | B1 | 64 | 45 |
| Octal | 142 | 377 | 370 | 76 | 0 | 3 | 0 | 261 | 144 | 105 |
| Binary | 1100010 | 11111111 | 11111000 | 111110 | 0 | 11 | 0 | 10110001 | 1100100 | 1000101 |
Color Harmonies of #62FFF8
Complementary color
Monochromatic Colors of #62FFF8
Black with #62FFF8
Text Example
Text Example
White with #62FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FFF8; }
p { color: rgb(98,255,248); }
H1.HeaderClassName
{
color: #62FFF8;
}
.AnyTagClassName
{
color: #62FFF8;
}
</style>
background-color css
<style>
a { background-color: #62FFF8; }
a { background-color: rgb(98,255,248); }
div.DivClassName
{
background-color: #62FFF8;
}
.BgClassName
{
background-color: #62FFF8;
}
</style>
border-color css
<style>
span { border-color: #62FFF8; }
span { border-color: rgb(98,255,248); }
td.TdClassName
{
border-color: #62FFF8;
}
.TagClassName
{
border-color: #62FFF8;
}
</style>