Shades of Baby Blue #57F3FF
Tints of Baby Blue #57F3FF
RGB
CMYK
RGB Variations
Color information
#57F3FF (or 0x57F3FF) is known color: Baby Blue. HEX triplet: 57, F3 and FF. RGB value is (87,243,255). Sum of RGB (Red+Green+Blue) = 87+243+255=585 (77% of max value = 765). Red value is 87 (34.38% from 255 or 14.87% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #57F3FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F3FF is #A80C00. Grayscale: #C5C5C5. Windows color (decimal): -11013121 or 16773975. OLE color: 16773975.
HSL color Cylindrical-coordinate representation of color #57F3FF: hue angle of 184.29º 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 #57F3FF is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 243 | 255 | - |
| CMYK | 0.66 | 0.05 | 0 | 0 |
| HSL | 184.29º | 1% | 0.67% | - |
| HSV(B) | 184.29º | 0.66% | 1% | - |
| XYZ | 54.03 | 73.35 | 105.92 | - |
| YUV | 197.72 | 160.32 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 243 | 255 | 0.66 | 0.05 | 0 | 0 | 184.29 | 1 | 0.67 |
| Hex | 57 | F3 | FF | 42 | 5 | 0 | 0 | B8 | 64 | 43 |
| Octal | 127 | 363 | 377 | 102 | 5 | 0 | 0 | 270 | 144 | 103 |
| Binary | 1010111 | 11110011 | 11111111 | 1000010 | 101 | 0 | 0 | 10111000 | 1100100 | 1000011 |
Color Harmonies of #57F3FF
Complementary color
Monochromatic Colors of #57F3FF
Black with #57F3FF
Text Example
Text Example
White with #57F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F3FF; }
p { color: rgb(87,243,255); }
H1.HeaderClassName
{
color: #57F3FF;
}
.AnyTagClassName
{
color: #57F3FF;
}
</style>
background-color css
<style>
a { background-color: #57F3FF; }
a { background-color: rgb(87,243,255); }
div.DivClassName
{
background-color: #57F3FF;
}
.BgClassName
{
background-color: #57F3FF;
}
</style>
border-color css
<style>
span { border-color: #57F3FF; }
span { border-color: rgb(87,243,255); }
td.TdClassName
{
border-color: #57F3FF;
}
.TagClassName
{
border-color: #57F3FF;
}
</style>