Shades of Baby Blue #5FF3FE
Tints of Baby Blue #5FF3FE
RGB
CMYK
RGB Variations
Color information
#5FF3FE (or 0x5FF3FE) is known color: Baby Blue. HEX triplet: 5F, F3 and FE. RGB value is (95,243,254). Sum of RGB (Red+Green+Blue) = 95+243+254=592 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.05% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FF3FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF3FE is #A00C01. Grayscale: #C7C7C7. Windows color (decimal): -10488834 or 16708447. OLE color: 16708447.
HSL color Cylindrical-coordinate representation of color #5FF3FE: hue angle of 184.15º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FF3FE is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 243 | 254 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.00 |
| HSL | 184.15º | 0.99% | 0.68% | - |
| HSV(B) | 184.15º | 0.63% | 1% | - |
| XYZ | 54.66 | 73.69 | 105.11 | - |
| YUV | 200 | 158.47 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 243 | 254 | 0.63 | 0.04 | 0 | 0.00 | 184.15 | 0.99 | 0.68 |
| Hex | 5F | F3 | FE | 3F | 4 | 0 | 0 | B8 | 63 | 44 |
| Octal | 137 | 363 | 376 | 77 | 4 | 0 | 0 | 270 | 143 | 104 |
| Binary | 1011111 | 11110011 | 11111110 | 111111 | 100 | 0 | 0 | 10111000 | 1100011 | 1000100 |
Color Harmonies of #5FF3FE
Complementary color
Monochromatic Colors of #5FF3FE
Black with #5FF3FE
Text Example
Text Example
White with #5FF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF3FE; }
p { color: rgb(95,243,254); }
H1.HeaderClassName
{
color: #5FF3FE;
}
.AnyTagClassName
{
color: #5FF3FE;
}
</style>
background-color css
<style>
a { background-color: #5FF3FE; }
a { background-color: rgb(95,243,254); }
div.DivClassName
{
background-color: #5FF3FE;
}
.BgClassName
{
background-color: #5FF3FE;
}
</style>
border-color css
<style>
span { border-color: #5FF3FE; }
span { border-color: rgb(95,243,254); }
td.TdClassName
{
border-color: #5FF3FE;
}
.TagClassName
{
border-color: #5FF3FE;
}
</style>