Shades of Baby Blue #5FFCFD
Tints of Baby Blue #5FFCFD
RGB
CMYK
RGB Variations
Color information
#5FFCFD (or 0x5FFCFD) is known color: Baby Blue. HEX triplet: 5F, FC and FD. RGB value is (95,252,253). Sum of RGB (Red+Green+Blue) = 95+252+253=600 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.83% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FFCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCFD is #A00302. Grayscale: #CDCDCD. Windows color (decimal): -10486531 or 16645215. OLE color: 16645215.
HSL color Cylindrical-coordinate representation of color #5FFCFD: hue angle of 180.38º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFCFD is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 253 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.01 |
| HSL | 180.38º | 0.98% | 0.68% | - |
| HSV(B) | 180.38º | 0.62% | 0.99% | - |
| XYZ | 57.26 | 79.15 | 105.19 | - |
| YUV | 205.17 | 154.99 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 253 | 0.62 | 0.00 | 0 | 0.01 | 180.38 | 0.98 | 0.68 |
| Hex | 5F | FC | FD | 3E | 0 | 0 | 1 | B4 | 62 | 44 |
| Octal | 137 | 374 | 375 | 76 | 0 | 0 | 1 | 264 | 142 | 104 |
| Binary | 1011111 | 11111100 | 11111101 | 111110 | 0 | 0 | 1 | 10110100 | 1100010 | 1000100 |
Color Harmonies of #5FFCFD
Complementary color
Monochromatic Colors of #5FFCFD
Black with #5FFCFD
Text Example
Text Example
White with #5FFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCFD; }
p { color: rgb(95,252,253); }
H1.HeaderClassName
{
color: #5FFCFD;
}
.AnyTagClassName
{
color: #5FFCFD;
}
</style>
background-color css
<style>
a { background-color: #5FFCFD; }
a { background-color: rgb(95,252,253); }
div.DivClassName
{
background-color: #5FFCFD;
}
.BgClassName
{
background-color: #5FFCFD;
}
</style>
border-color css
<style>
span { border-color: #5FFCFD; }
span { border-color: rgb(95,252,253); }
td.TdClassName
{
border-color: #5FFCFD;
}
.TagClassName
{
border-color: #5FFCFD;
}
</style>