Shades of Baby Blue #62FFFD
Tints of Baby Blue #62FFFD
RGB
CMYK
RGB Variations
Color information
#62FFFD (or 0x62FFFD) is known color: Baby Blue. HEX triplet: 62, FF and FD. RGB value is (98,255,253). Sum of RGB (Red+Green+Blue) = 98+255+253=606 (80% of max value = 765). Red value is 98 (38.67% from 255 or 16.17% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #62FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62FFFD is #9D0002. Grayscale: #CFCFCF. Windows color (decimal): -10289155 or 16645986. OLE color: 16645986.
HSL color Cylindrical-coordinate representation of color #62FFFD: hue angle of 179.24º 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 #62FFFD is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 255 | 253 | - |
| CMYK | 0.62 | 0 | 0.01 | 0 |
| HSL | 179.24º | 1% | 0.69% | - |
| HSV(B) | 179.24º | 0.62% | 1% | - |
| XYZ | 58.53 | 81.21 | 105.52 | - |
| YUV | 207.83 | 153.49 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 255 | 253 | 0.62 | 0 | 0.01 | 0 | 179.24 | 1 | 0.69 |
| Hex | 62 | FF | FD | 3E | 0 | 1 | 0 | B3 | 64 | 45 |
| Octal | 142 | 377 | 375 | 76 | 0 | 1 | 0 | 263 | 144 | 105 |
| Binary | 1100010 | 11111111 | 11111101 | 111110 | 0 | 1 | 0 | 10110011 | 1100100 | 1000101 |
Color Harmonies of #62FFFD
Complementary color
Monochromatic Colors of #62FFFD
Black with #62FFFD
Text Example
Text Example
White with #62FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FFFD; }
p { color: rgb(98,255,253); }
H1.HeaderClassName
{
color: #62FFFD;
}
.AnyTagClassName
{
color: #62FFFD;
}
</style>
background-color css
<style>
a { background-color: #62FFFD; }
a { background-color: rgb(98,255,253); }
div.DivClassName
{
background-color: #62FFFD;
}
.BgClassName
{
background-color: #62FFFD;
}
</style>
border-color css
<style>
span { border-color: #62FFFD; }
span { border-color: rgb(98,255,253); }
td.TdClassName
{
border-color: #62FFFD;
}
.TagClassName
{
border-color: #62FFFD;
}
</style>