Shades of Baby Blue #62FFFF
Tints of Baby Blue #62FFFF
RGB
CMYK
RGB Variations
Color information
#62FFFF (or 0x62FFFF) is known color: Baby Blue. HEX triplet: 62, FF and FF. RGB value is (98,255,255). Sum of RGB (Red+Green+Blue) = 98+255+255=608 (80% of max value = 765). Red value is 98 (38.67% from 255 or 16.12% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #62FFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62FFFF is #9D0000. Grayscale: #CFCFCF. Windows color (decimal): -10289153 or 16777058. OLE color: 16777058.
HSL color Cylindrical-coordinate representation of color #62FFFF: hue angle of 180º 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 #62FFFF is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 255 | 255 | - |
| CMYK | 0.62 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.69% | - |
| HSV(B) | 180º | 0.62% | 1% | - |
| XYZ | 58.85 | 81.34 | 107.21 | - |
| YUV | 208.06 | 154.49 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 255 | 255 | 0.62 | 0 | 0 | 0 | 180 | 1 | 0.69 |
| Hex | 62 | FF | FF | 3E | 0 | 0 | 0 | B4 | 64 | 45 |
| Octal | 142 | 377 | 377 | 76 | 0 | 0 | 0 | 264 | 144 | 105 |
| Binary | 1100010 | 11111111 | 11111111 | 111110 | 0 | 0 | 0 | 10110100 | 1100100 | 1000101 |
Color Harmonies of #62FFFF
Complementary color
Monochromatic Colors of #62FFFF
Black with #62FFFF
Text Example
Text Example
White with #62FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FFFF; }
p { color: rgb(98,255,255); }
H1.HeaderClassName
{
color: #62FFFF;
}
.AnyTagClassName
{
color: #62FFFF;
}
</style>
background-color css
<style>
a { background-color: #62FFFF; }
a { background-color: rgb(98,255,255); }
div.DivClassName
{
background-color: #62FFFF;
}
.BgClassName
{
background-color: #62FFFF;
}
</style>
border-color css
<style>
span { border-color: #62FFFF; }
span { border-color: rgb(98,255,255); }
td.TdClassName
{
border-color: #62FFFF;
}
.TagClassName
{
border-color: #62FFFF;
}
</style>