Shades of Baby Blue #62F2FE
Tints of Baby Blue #62F2FE
RGB
CMYK
RGB Variations
Color information
#62F2FE (or 0x62F2FE) is known color: Baby Blue. HEX triplet: 62, F2 and FE. RGB value is (98,242,254). Sum of RGB (Red+Green+Blue) = 98+242+254=594 (78% of max value = 765). Red value is 98 (38.67% from 255 or 16.50% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #62F2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62F2FE is #9D0D01. Grayscale: #C8C8C8. Windows color (decimal): -10292482 or 16708194. OLE color: 16708194.
HSL color Cylindrical-coordinate representation of color #62F2FE: hue angle of 184.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62F2FE is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 242 | 254 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.00 |
| HSL | 184.62º | 0.99% | 0.69% | - |
| HSV(B) | 184.62º | 0.61% | 1% | - |
| XYZ | 54.68 | 73.26 | 105.02 | - |
| YUV | 200.31 | 158.29 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 242 | 254 | 0.61 | 0.05 | 0 | 0.00 | 184.62 | 0.99 | 0.69 |
| Hex | 62 | F2 | FE | 3D | 5 | 0 | 0 | B9 | 63 | 45 |
| Octal | 142 | 362 | 376 | 75 | 5 | 0 | 0 | 271 | 143 | 105 |
| Binary | 1100010 | 11110010 | 11111110 | 111101 | 101 | 0 | 0 | 10111001 | 1100011 | 1000101 |
Color Harmonies of #62F2FE
Complementary color
Monochromatic Colors of #62F2FE
Black with #62F2FE
Text Example
Text Example
White with #62F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62F2FE; }
p { color: rgb(98,242,254); }
H1.HeaderClassName
{
color: #62F2FE;
}
.AnyTagClassName
{
color: #62F2FE;
}
</style>
background-color css
<style>
a { background-color: #62F2FE; }
a { background-color: rgb(98,242,254); }
div.DivClassName
{
background-color: #62F2FE;
}
.BgClassName
{
background-color: #62F2FE;
}
</style>
border-color css
<style>
span { border-color: #62F2FE; }
span { border-color: rgb(98,242,254); }
td.TdClassName
{
border-color: #62F2FE;
}
.TagClassName
{
border-color: #62F2FE;
}
</style>