Shades of Baby Blue #62FAF4
Tints of Baby Blue #62FAF4
RGB
CMYK
RGB Variations
Color information
#62FAF4 (or 0x62FAF4) is known color: Baby Blue. HEX triplet: 62, FA and F4. RGB value is (98,250,244). Sum of RGB (Red+Green+Blue) = 98+250+244=592 (78% of max value = 765). Red value is 98 (38.67% from 255 or 16.55% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 244 (95.70% from 255 or 41.22% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #62FAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62FAF4 is #9D050B. Grayscale: #CBCBCB. Windows color (decimal): -10290444 or 16054882. OLE color: 16054882.
HSL color Cylindrical-coordinate representation of color #62FAF4: hue angle of 177.63º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62FAF4 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 250 | 244 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.02 |
| HSL | 177.63º | 0.94% | 0.68% | - |
| HSV(B) | 177.63º | 0.61% | 0.98% | - |
| XYZ | 55.55 | 77.5 | 97.62 | - |
| YUV | 203.87 | 150.64 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 250 | 244 | 0.61 | 0 | 0.02 | 0.02 | 177.63 | 0.94 | 0.68 |
| Hex | 62 | FA | F4 | 3D | 0 | 2 | 2 | B2 | 5E | 44 |
| Octal | 142 | 372 | 364 | 75 | 0 | 2 | 2 | 262 | 136 | 104 |
| Binary | 1100010 | 11111010 | 11110100 | 111101 | 0 | 10 | 10 | 10110010 | 1011110 | 1000100 |
Color Harmonies of #62FAF4
Complementary color
Monochromatic Colors of #62FAF4
Black with #62FAF4
Text Example
Text Example
White with #62FAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FAF4; }
p { color: rgb(98,250,244); }
H1.HeaderClassName
{
color: #62FAF4;
}
.AnyTagClassName
{
color: #62FAF4;
}
</style>
background-color css
<style>
a { background-color: #62FAF4; }
a { background-color: rgb(98,250,244); }
div.DivClassName
{
background-color: #62FAF4;
}
.BgClassName
{
background-color: #62FAF4;
}
</style>
border-color css
<style>
span { border-color: #62FAF4; }
span { border-color: rgb(98,250,244); }
td.TdClassName
{
border-color: #62FAF4;
}
.TagClassName
{
border-color: #62FAF4;
}
</style>