Shades of Baby Blue #50F2FF
Tints of Baby Blue #50F2FF
RGB
CMYK
RGB Variations
Color information
#50F2FF (or 0x50F2FF) is known color: Baby Blue. HEX triplet: 50, F2 and FF. RGB value is (80,242,255). Sum of RGB (Red+Green+Blue) = 80+242+255=577 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.86% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #50F2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F2FF is #AF0D00. Grayscale: #C2C2C2. Windows color (decimal): -11472129 or 16773712. OLE color: 16773712.
HSL color Cylindrical-coordinate representation of color #50F2FF: hue angle of 184.46º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50F2FF is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 242 | 255 | - |
| CMYK | 0.69 | 0.05 | 0 | 0 |
| HSL | 184.46º | 1% | 0.66% | - |
| HSV(B) | 184.46º | 0.69% | 1% | - |
| XYZ | 53.11 | 72.43 | 105.79 | - |
| YUV | 195.04 | 161.83 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 255 | 0.69 | 0.05 | 0 | 0 | 184.46 | 1 | 0.66 |
| Hex | 50 | F2 | FF | 45 | 5 | 0 | 0 | B8 | 64 | 42 |
| Octal | 120 | 362 | 377 | 105 | 5 | 0 | 0 | 270 | 144 | 102 |
| Binary | 1010000 | 11110010 | 11111111 | 1000101 | 101 | 0 | 0 | 10111000 | 1100100 | 1000010 |
Color Harmonies of #50F2FF
Complementary color
Monochromatic Colors of #50F2FF
Black with #50F2FF
Text Example
Text Example
White with #50F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F2FF; }
p { color: rgb(80,242,255); }
H1.HeaderClassName
{
color: #50F2FF;
}
.AnyTagClassName
{
color: #50F2FF;
}
</style>
background-color css
<style>
a { background-color: #50F2FF; }
a { background-color: rgb(80,242,255); }
div.DivClassName
{
background-color: #50F2FF;
}
.BgClassName
{
background-color: #50F2FF;
}
</style>
border-color css
<style>
span { border-color: #50F2FF; }
span { border-color: rgb(80,242,255); }
td.TdClassName
{
border-color: #50F2FF;
}
.TagClassName
{
border-color: #50F2FF;
}
</style>