Shades of Baby Blue #50F6FF
Tints of Baby Blue #50F6FF
RGB
CMYK
RGB Variations
Color information
#50F6FF (or 0x50F6FF) is known color: Baby Blue. HEX triplet: 50, F6 and FF. RGB value is (80,246,255). Sum of RGB (Red+Green+Blue) = 80+246+255=581 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.77% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #50F6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F6FF is #AF0900. Grayscale: #C5C5C5. Windows color (decimal): -11471105 or 16774736. OLE color: 16774736.
HSL color Cylindrical-coordinate representation of color #50F6FF: hue angle of 183.09º 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 #50F6FF is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 246 | 255 | - |
| CMYK | 0.69 | 0.04 | 0 | 0 |
| HSL | 183.09º | 1% | 0.66% | - |
| HSV(B) | 183.09º | 0.69% | 1% | - |
| XYZ | 54.31 | 74.84 | 106.19 | - |
| YUV | 197.39 | 160.5 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 246 | 255 | 0.69 | 0.04 | 0 | 0 | 183.09 | 1 | 0.66 |
| Hex | 50 | F6 | FF | 45 | 4 | 0 | 0 | B7 | 64 | 42 |
| Octal | 120 | 366 | 377 | 105 | 4 | 0 | 0 | 267 | 144 | 102 |
| Binary | 1010000 | 11110110 | 11111111 | 1000101 | 100 | 0 | 0 | 10110111 | 1100100 | 1000010 |
Color Harmonies of #50F6FF
Complementary color
Monochromatic Colors of #50F6FF
Black with #50F6FF
Text Example
Text Example
White with #50F6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F6FF; }
p { color: rgb(80,246,255); }
H1.HeaderClassName
{
color: #50F6FF;
}
.AnyTagClassName
{
color: #50F6FF;
}
</style>
background-color css
<style>
a { background-color: #50F6FF; }
a { background-color: rgb(80,246,255); }
div.DivClassName
{
background-color: #50F6FF;
}
.BgClassName
{
background-color: #50F6FF;
}
</style>
border-color css
<style>
span { border-color: #50F6FF; }
span { border-color: rgb(80,246,255); }
td.TdClassName
{
border-color: #50F6FF;
}
.TagClassName
{
border-color: #50F6FF;
}
</style>