Shades of Baby Blue #62FDF2
Tints of Baby Blue #62FDF2
RGB
CMYK
RGB Variations
Color information
#62FDF2 (or 0x62FDF2) is known color: Baby Blue. HEX triplet: 62, FD and F2. RGB value is (98,253,242). Sum of RGB (Red+Green+Blue) = 98+253+242=593 (78% of max value = 765). Red value is 98 (38.67% from 255 or 16.53% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #62FDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62FDF2 is #9D020D. Grayscale: #CDCDCD. Windows color (decimal): -10289678 or 15924578. OLE color: 15924578.
HSL color Cylindrical-coordinate representation of color #62FDF2: hue angle of 175.74º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62FDF2 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 253 | 242 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.01 |
| HSL | 175.74º | 0.97% | 0.69% | - |
| HSV(B) | 175.74º | 0.61% | 0.99% | - |
| XYZ | 56.19 | 79.26 | 96.34 | - |
| YUV | 205.4 | 148.65 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 253 | 242 | 0.61 | 0 | 0.04 | 0.01 | 175.74 | 0.97 | 0.69 |
| Hex | 62 | FD | F2 | 3D | 0 | 4 | 1 | B0 | 61 | 45 |
| Octal | 142 | 375 | 362 | 75 | 0 | 4 | 1 | 260 | 141 | 105 |
| Binary | 1100010 | 11111101 | 11110010 | 111101 | 0 | 100 | 1 | 10110000 | 1100001 | 1000101 |
Color Harmonies of #62FDF2
Complementary color
Monochromatic Colors of #62FDF2
Black with #62FDF2
Text Example
Text Example
White with #62FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FDF2; }
p { color: rgb(98,253,242); }
H1.HeaderClassName
{
color: #62FDF2;
}
.AnyTagClassName
{
color: #62FDF2;
}
</style>
background-color css
<style>
a { background-color: #62FDF2; }
a { background-color: rgb(98,253,242); }
div.DivClassName
{
background-color: #62FDF2;
}
.BgClassName
{
background-color: #62FDF2;
}
</style>
border-color css
<style>
span { border-color: #62FDF2; }
span { border-color: rgb(98,253,242); }
td.TdClassName
{
border-color: #62FDF2;
}
.TagClassName
{
border-color: #62FDF2;
}
</style>