Shades of Baby Blue #5AFDFE
Tints of Baby Blue #5AFDFE
RGB
CMYK
RGB Variations
Color information
#5AFDFE (or 0x5AFDFE) is known color: Baby Blue. HEX triplet: 5A, FD and FE. RGB value is (90,253,254). Sum of RGB (Red+Green+Blue) = 90+253+254=597 (79% of max value = 765). Red value is 90 (35.55% from 255 or 15.08% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AFDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFDFE is #A50201. Grayscale: #CCCCCC. Windows color (decimal): -10813954 or 16711002. OLE color: 16711002.
HSL color Cylindrical-coordinate representation of color #5AFDFE: hue angle of 180.37º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFDFE is Cyan = 0.65, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 253 | 254 | - |
| CMYK | 0.65 | 0.00 | 0 | 0.00 |
| HSL | 180.37º | 0.99% | 0.67% | - |
| HSV(B) | 180.37º | 0.65% | 1% | - |
| XYZ | 57.23 | 79.58 | 106.11 | - |
| YUV | 204.38 | 156 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 254 | 0.65 | 0.00 | 0 | 0.00 | 180.37 | 0.99 | 0.67 |
| Hex | 5A | FD | FE | 41 | 0 | 0 | 0 | B4 | 63 | 43 |
| Octal | 132 | 375 | 376 | 101 | 0 | 0 | 0 | 264 | 143 | 103 |
| Binary | 1011010 | 11111101 | 11111110 | 1000001 | 0 | 0 | 0 | 10110100 | 1100011 | 1000011 |
Color Harmonies of #5AFDFE
Complementary color
Monochromatic Colors of #5AFDFE
Black with #5AFDFE
Text Example
Text Example
White with #5AFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDFE; }
p { color: rgb(90,253,254); }
H1.HeaderClassName
{
color: #5AFDFE;
}
.AnyTagClassName
{
color: #5AFDFE;
}
</style>
background-color css
<style>
a { background-color: #5AFDFE; }
a { background-color: rgb(90,253,254); }
div.DivClassName
{
background-color: #5AFDFE;
}
.BgClassName
{
background-color: #5AFDFE;
}
</style>
border-color css
<style>
span { border-color: #5AFDFE; }
span { border-color: rgb(90,253,254); }
td.TdClassName
{
border-color: #5AFDFE;
}
.TagClassName
{
border-color: #5AFDFE;
}
</style>