Shades of Baby Blue #62F1FF
Tints of Baby Blue #62F1FF
RGB
CMYK
RGB Variations
Color information
#62F1FF (or 0x62F1FF) is known color: Baby Blue. HEX triplet: 62, F1 and FF. RGB value is (98,241,255). Sum of RGB (Red+Green+Blue) = 98+241+255=594 (78% of max value = 765). Red value is 98 (38.67% from 255 or 16.50% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #62F1FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62F1FF is #9D0E00. Grayscale: #C7C7C7. Windows color (decimal): -10292737 or 16773474. OLE color: 16773474.
HSL color Cylindrical-coordinate representation of color #62F1FF: hue angle of 185.35º 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 #62F1FF is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 241 | 255 | - |
| CMYK | 0.62 | 0.05 | 0 | 0 |
| HSL | 185.35º | 1% | 0.69% | - |
| HSV(B) | 185.35º | 0.62% | 1% | - |
| XYZ | 54.54 | 72.73 | 105.77 | - |
| YUV | 199.84 | 159.12 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 241 | 255 | 0.62 | 0.05 | 0 | 0 | 185.35 | 1 | 0.69 |
| Hex | 62 | F1 | FF | 3E | 5 | 0 | 0 | B9 | 64 | 45 |
| Octal | 142 | 361 | 377 | 76 | 5 | 0 | 0 | 271 | 144 | 105 |
| Binary | 1100010 | 11110001 | 11111111 | 111110 | 101 | 0 | 0 | 10111001 | 1100100 | 1000101 |
Color Harmonies of #62F1FF
Complementary color
Monochromatic Colors of #62F1FF
Black with #62F1FF
Text Example
Text Example
White with #62F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62F1FF; }
p { color: rgb(98,241,255); }
H1.HeaderClassName
{
color: #62F1FF;
}
.AnyTagClassName
{
color: #62F1FF;
}
</style>
background-color css
<style>
a { background-color: #62F1FF; }
a { background-color: rgb(98,241,255); }
div.DivClassName
{
background-color: #62F1FF;
}
.BgClassName
{
background-color: #62F1FF;
}
</style>
border-color css
<style>
span { border-color: #62F1FF; }
span { border-color: rgb(98,241,255); }
td.TdClassName
{
border-color: #62F1FF;
}
.TagClassName
{
border-color: #62F1FF;
}
</style>