Shades of Baby Blue #5CF9FC
Tints of Baby Blue #5CF9FC
RGB
CMYK
RGB Variations
Color information
#5CF9FC (or 0x5CF9FC) is known color: Baby Blue. HEX triplet: 5C, F9 and FC. RGB value is (92,249,252). Sum of RGB (Red+Green+Blue) = 92+249+252=593 (78% of max value = 765). Red value is 92 (36.33% from 255 or 15.51% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CF9FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CF9FC is #A30603. Grayscale: #CACACA. Windows color (decimal): -10683908 or 16578908. OLE color: 16578908.
HSL color Cylindrical-coordinate representation of color #5CF9FC: hue angle of 181.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF9FC is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 249 | 252 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.01 |
| HSL | 181.13º | 0.96% | 0.67% | - |
| HSV(B) | 181.13º | 0.63% | 0.99% | - |
| XYZ | 55.86 | 77.05 | 104.02 | - |
| YUV | 202.4 | 155.99 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 249 | 252 | 0.63 | 0.01 | 0 | 0.01 | 181.13 | 0.96 | 0.67 |
| Hex | 5C | F9 | FC | 3F | 1 | 0 | 1 | B5 | 60 | 43 |
| Octal | 134 | 371 | 374 | 77 | 1 | 0 | 1 | 265 | 140 | 103 |
| Binary | 1011100 | 11111001 | 11111100 | 111111 | 1 | 0 | 1 | 10110101 | 1100000 | 1000011 |
Color Harmonies of #5CF9FC
Complementary color
Monochromatic Colors of #5CF9FC
Black with #5CF9FC
Text Example
Text Example
White with #5CF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF9FC; }
p { color: rgb(92,249,252); }
H1.HeaderClassName
{
color: #5CF9FC;
}
.AnyTagClassName
{
color: #5CF9FC;
}
</style>
background-color css
<style>
a { background-color: #5CF9FC; }
a { background-color: rgb(92,249,252); }
div.DivClassName
{
background-color: #5CF9FC;
}
.BgClassName
{
background-color: #5CF9FC;
}
</style>
border-color css
<style>
span { border-color: #5CF9FC; }
span { border-color: rgb(92,249,252); }
td.TdClassName
{
border-color: #5CF9FC;
}
.TagClassName
{
border-color: #5CF9FC;
}
</style>