Shades of Baby Blue #5FFCFF
Tints of Baby Blue #5FFCFF
RGB
CMYK
RGB Variations
Color information
#5FFCFF (or 0x5FFCFF) is known color: Baby Blue. HEX triplet: 5F, FC and FF. RGB value is (95,252,255). Sum of RGB (Red+Green+Blue) = 95+252+255=602 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.78% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FFCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCFF is #A00300. Grayscale: #CDCDCD. Windows color (decimal): -10486529 or 16776287. OLE color: 16776287.
HSL color Cylindrical-coordinate representation of color #5FFCFF: hue angle of 181.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFCFF is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 252 | 255 | - |
| CMYK | 0.63 | 0.01 | 0 | 0 |
| HSL | 181.13º | 1% | 0.69% | - |
| HSV(B) | 181.13º | 0.63% | 1% | - |
| XYZ | 57.58 | 79.27 | 106.87 | - |
| YUV | 205.4 | 155.99 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 255 | 0.63 | 0.01 | 0 | 0 | 181.13 | 1 | 0.69 |
| Hex | 5F | FC | FF | 3F | 1 | 0 | 0 | B5 | 64 | 45 |
| Octal | 137 | 374 | 377 | 77 | 1 | 0 | 0 | 265 | 144 | 105 |
| Binary | 1011111 | 11111100 | 11111111 | 111111 | 1 | 0 | 0 | 10110101 | 1100100 | 1000101 |
Color Harmonies of #5FFCFF
Complementary color
Monochromatic Colors of #5FFCFF
Black with #5FFCFF
Text Example
Text Example
White with #5FFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCFF; }
p { color: rgb(95,252,255); }
H1.HeaderClassName
{
color: #5FFCFF;
}
.AnyTagClassName
{
color: #5FFCFF;
}
</style>
background-color css
<style>
a { background-color: #5FFCFF; }
a { background-color: rgb(95,252,255); }
div.DivClassName
{
background-color: #5FFCFF;
}
.BgClassName
{
background-color: #5FFCFF;
}
</style>
border-color css
<style>
span { border-color: #5FFCFF; }
span { border-color: rgb(95,252,255); }
td.TdClassName
{
border-color: #5FFCFF;
}
.TagClassName
{
border-color: #5FFCFF;
}
</style>