Shades of Baby Blue #50F2FC
Tints of Baby Blue #50F2FC
RGB
CMYK
RGB Variations
Color information
#50F2FC (or 0x50F2FC) is known color: Baby Blue. HEX triplet: 50, F2 and FC. RGB value is (80,242,252). Sum of RGB (Red+Green+Blue) = 80+242+252=574 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.94% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #50F2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F2FC is #AF0D03. Grayscale: #C2C2C2. Windows color (decimal): -11472132 or 16577104. OLE color: 16577104.
HSL color Cylindrical-coordinate representation of color #50F2FC: hue angle of 183.49º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F2FC is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 242 | 252 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.01 |
| HSL | 183.49º | 0.97% | 0.65% | - |
| HSV(B) | 183.49º | 0.68% | 0.99% | - |
| XYZ | 52.63 | 72.24 | 103.26 | - |
| YUV | 194.7 | 160.33 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 252 | 0.68 | 0.04 | 0 | 0.01 | 183.49 | 0.97 | 0.65 |
| Hex | 50 | F2 | FC | 44 | 4 | 0 | 1 | B7 | 61 | 41 |
| Octal | 120 | 362 | 374 | 104 | 4 | 0 | 1 | 267 | 141 | 101 |
| Binary | 1010000 | 11110010 | 11111100 | 1000100 | 100 | 0 | 1 | 10110111 | 1100001 | 1000001 |
Color Harmonies of #50F2FC
Complementary color
Monochromatic Colors of #50F2FC
Black with #50F2FC
Text Example
Text Example
White with #50F2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F2FC; }
p { color: rgb(80,242,252); }
H1.HeaderClassName
{
color: #50F2FC;
}
.AnyTagClassName
{
color: #50F2FC;
}
</style>
background-color css
<style>
a { background-color: #50F2FC; }
a { background-color: rgb(80,242,252); }
div.DivClassName
{
background-color: #50F2FC;
}
.BgClassName
{
background-color: #50F2FC;
}
</style>
border-color css
<style>
span { border-color: #50F2FC; }
span { border-color: rgb(80,242,252); }
td.TdClassName
{
border-color: #50F2FC;
}
.TagClassName
{
border-color: #50F2FC;
}
</style>