Shades of Baby Blue #57F0FF
Tints of Baby Blue #57F0FF
RGB
CMYK
RGB Variations
Color information
#57F0FF (or 0x57F0FF) is known color: Baby Blue. HEX triplet: 57, F0 and FF. RGB value is (87,240,255). Sum of RGB (Red+Green+Blue) = 87+240+255=582 (77% of max value = 765). Red value is 87 (34.38% from 255 or 14.95% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #57F0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F0FF is #A80F00. Grayscale: #C3C3C3. Windows color (decimal): -11013889 or 16773207. OLE color: 16773207.
HSL color Cylindrical-coordinate representation of color #57F0FF: hue angle of 185.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57F0FF is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 240 | 255 | - |
| CMYK | 0.66 | 0.06 | 0 | 0 |
| HSL | 185.36º | 1% | 0.67% | - |
| HSV(B) | 185.36º | 0.66% | 1% | - |
| XYZ | 53.14 | 71.57 | 105.62 | - |
| YUV | 195.96 | 161.31 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 240 | 255 | 0.66 | 0.06 | 0 | 0 | 185.36 | 1 | 0.67 |
| Hex | 57 | F0 | FF | 42 | 6 | 0 | 0 | B9 | 64 | 43 |
| Octal | 127 | 360 | 377 | 102 | 6 | 0 | 0 | 271 | 144 | 103 |
| Binary | 1010111 | 11110000 | 11111111 | 1000010 | 110 | 0 | 0 | 10111001 | 1100100 | 1000011 |
Color Harmonies of #57F0FF
Complementary color
Monochromatic Colors of #57F0FF
Black with #57F0FF
Text Example
Text Example
White with #57F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F0FF; }
p { color: rgb(87,240,255); }
H1.HeaderClassName
{
color: #57F0FF;
}
.AnyTagClassName
{
color: #57F0FF;
}
</style>
background-color css
<style>
a { background-color: #57F0FF; }
a { background-color: rgb(87,240,255); }
div.DivClassName
{
background-color: #57F0FF;
}
.BgClassName
{
background-color: #57F0FF;
}
</style>
border-color css
<style>
span { border-color: #57F0FF; }
span { border-color: rgb(87,240,255); }
td.TdClassName
{
border-color: #57F0FF;
}
.TagClassName
{
border-color: #57F0FF;
}
</style>