Shades of Aqua #1AFBFE
Tints of Aqua #1AFBFE
RGB
CMYK
RGB Variations
Color information
#1AFBFE (or 0x1AFBFE) is known color: Aqua. HEX triplet: 1A, FB and FE. RGB value is (26,251,254). Sum of RGB (Red+Green+Blue) = 26+251+254=531 (70% of max value = 765). Red value is 26 (10.55% from 255 or 4.90% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AFBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFBFE is #E50401. Grayscale: #B7B7B7. Windows color (decimal): -15008770 or 16710426. OLE color: 16710426.
HSL color Cylindrical-coordinate representation of color #1AFBFE: hue angle of 180.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFBFE is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 251 | 254 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.00 |
| HSL | 180.79º | 0.99% | 0.55% | - |
| HSV(B) | 180.79º | 0.9% | 1% | - |
| XYZ | 52.81 | 76.37 | 105.72 | - |
| YUV | 184.07 | 167.46 | 15.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 254 | 0.90 | 0.01 | 0 | 0.00 | 180.79 | 0.99 | 0.55 |
| Hex | 1A | FB | FE | 5A | 1 | 0 | 0 | B5 | 63 | 37 |
| Octal | 32 | 373 | 376 | 132 | 1 | 0 | 0 | 265 | 143 | 67 |
| Binary | 11010 | 11111011 | 11111110 | 1011010 | 1 | 0 | 0 | 10110101 | 1100011 | 110111 |
Color Harmonies of #1AFBFE
Complementary color
Monochromatic Colors of #1AFBFE
Black with #1AFBFE
Text Example
Text Example
White with #1AFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFBFE; }
p { color: rgb(26,251,254); }
H1.HeaderClassName
{
color: #1AFBFE;
}
.AnyTagClassName
{
color: #1AFBFE;
}
</style>
background-color css
<style>
a { background-color: #1AFBFE; }
a { background-color: rgb(26,251,254); }
div.DivClassName
{
background-color: #1AFBFE;
}
.BgClassName
{
background-color: #1AFBFE;
}
</style>
border-color css
<style>
span { border-color: #1AFBFE; }
span { border-color: rgb(26,251,254); }
td.TdClassName
{
border-color: #1AFBFE;
}
.TagClassName
{
border-color: #1AFBFE;
}
</style>