Shades of Baby Blue #5CFAF9
Tints of Baby Blue #5CFAF9
RGB
CMYK
RGB Variations
Color information
#5CFAF9 (or 0x5CFAF9) is known color: Baby Blue. HEX triplet: 5C, FA and F9. RGB value is (92,250,249). Sum of RGB (Red+Green+Blue) = 92+250+249=591 (78% of max value = 765). Red value is 92 (36.33% from 255 or 15.57% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #5CFAF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5CFAF9 is #A30506. Grayscale: #CACACA. Windows color (decimal): -10683655 or 16382556. OLE color: 16382556.
HSL color Cylindrical-coordinate representation of color #5CFAF9: hue angle of 179.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CFAF9 is Cyan = 0.63, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 250 | 249 | - |
| CMYK | 0.63 | 0 | 0.00 | 0.02 |
| HSL | 179.62º | 0.94% | 0.67% | - |
| HSV(B) | 179.62º | 0.63% | 0.98% | - |
| XYZ | 55.7 | 77.49 | 101.64 | - |
| YUV | 202.64 | 154.15 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 250 | 249 | 0.63 | 0 | 0.00 | 0.02 | 179.62 | 0.94 | 0.67 |
| Hex | 5C | FA | F9 | 3F | 0 | 0 | 2 | B4 | 5E | 43 |
| Octal | 134 | 372 | 371 | 77 | 0 | 0 | 2 | 264 | 136 | 103 |
| Binary | 1011100 | 11111010 | 11111001 | 111111 | 0 | 0 | 10 | 10110100 | 1011110 | 1000011 |
Color Harmonies of #5CFAF9
Complementary color
Monochromatic Colors of #5CFAF9
Black with #5CFAF9
Text Example
Text Example
White with #5CFAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CFAF9; }
p { color: rgb(92,250,249); }
H1.HeaderClassName
{
color: #5CFAF9;
}
.AnyTagClassName
{
color: #5CFAF9;
}
</style>
background-color css
<style>
a { background-color: #5CFAF9; }
a { background-color: rgb(92,250,249); }
div.DivClassName
{
background-color: #5CFAF9;
}
.BgClassName
{
background-color: #5CFAF9;
}
</style>
border-color css
<style>
span { border-color: #5CFAF9; }
span { border-color: rgb(92,250,249); }
td.TdClassName
{
border-color: #5CFAF9;
}
.TagClassName
{
border-color: #5CFAF9;
}
</style>