Shades of Baby Blue #62F2FF
Tints of Baby Blue #62F2FF
RGB
CMYK
RGB Variations
Color information
#62F2FF (or 0x62F2FF) is known color: Baby Blue. HEX triplet: 62, F2 and FF. RGB value is (98,242,255). Sum of RGB (Red+Green+Blue) = 98+242+255=595 (78% of max value = 765). Red value is 98 (38.67% from 255 or 16.47% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #62F2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62F2FF is #9D0D00. Grayscale: #C8C8C8. Windows color (decimal): -10292481 or 16773730. OLE color: 16773730.
HSL color Cylindrical-coordinate representation of color #62F2FF: hue angle of 184.97º 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 #62F2FF is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 242 | 255 | - |
| CMYK | 0.62 | 0.05 | 0 | 0 |
| HSL | 184.97º | 1% | 0.69% | - |
| HSV(B) | 184.97º | 0.62% | 1% | - |
| XYZ | 54.84 | 73.32 | 105.87 | - |
| YUV | 200.43 | 158.79 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 242 | 255 | 0.62 | 0.05 | 0 | 0 | 184.97 | 1 | 0.69 |
| Hex | 62 | F2 | FF | 3E | 5 | 0 | 0 | B9 | 64 | 45 |
| Octal | 142 | 362 | 377 | 76 | 5 | 0 | 0 | 271 | 144 | 105 |
| Binary | 1100010 | 11110010 | 11111111 | 111110 | 101 | 0 | 0 | 10111001 | 1100100 | 1000101 |
Color Harmonies of #62F2FF
Complementary color
Monochromatic Colors of #62F2FF
Black with #62F2FF
Text Example
Text Example
White with #62F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62F2FF; }
p { color: rgb(98,242,255); }
H1.HeaderClassName
{
color: #62F2FF;
}
.AnyTagClassName
{
color: #62F2FF;
}
</style>
background-color css
<style>
a { background-color: #62F2FF; }
a { background-color: rgb(98,242,255); }
div.DivClassName
{
background-color: #62F2FF;
}
.BgClassName
{
background-color: #62F2FF;
}
</style>
border-color css
<style>
span { border-color: #62F2FF; }
span { border-color: rgb(98,242,255); }
td.TdClassName
{
border-color: #62F2FF;
}
.TagClassName
{
border-color: #62F2FF;
}
</style>