Shades of Aqua #1BF9FF
Tints of Aqua #1BF9FF
RGB
CMYK
RGB Variations
Color information
#1BF9FF (or 0x1BF9FF) is known color: Aqua. HEX triplet: 1B, F9 and FF. RGB value is (27,249,255). Sum of RGB (Red+Green+Blue) = 27+249+255=531 (70% of max value = 765). Red value is 27 (10.94% from 255 or 5.08% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BF9FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BF9FF is #E40600. Grayscale: #B7B7B7. Windows color (decimal): -14943745 or 16775451. OLE color: 16775451.
HSL color Cylindrical-coordinate representation of color #1BF9FF: hue angle of 181.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF9FF is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 249 | 255 | - |
| CMYK | 0.89 | 0.02 | 0 | 0 |
| HSL | 181.58º | 1% | 0.55% | - |
| HSV(B) | 181.58º | 0.89% | 1% | - |
| XYZ | 52.38 | 75.2 | 106.36 | - |
| YUV | 183.31 | 168.45 | 16.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 249 | 255 | 0.89 | 0.02 | 0 | 0 | 181.58 | 1 | 0.55 |
| Hex | 1B | F9 | FF | 59 | 2 | 0 | 0 | B6 | 64 | 37 |
| Octal | 33 | 371 | 377 | 131 | 2 | 0 | 0 | 266 | 144 | 67 |
| Binary | 11011 | 11111001 | 11111111 | 1011001 | 10 | 0 | 0 | 10110110 | 1100100 | 110111 |
Color Harmonies of #1BF9FF
Complementary color
Monochromatic Colors of #1BF9FF
Black with #1BF9FF
Text Example
Text Example
White with #1BF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF9FF; }
p { color: rgb(27,249,255); }
H1.HeaderClassName
{
color: #1BF9FF;
}
.AnyTagClassName
{
color: #1BF9FF;
}
</style>
background-color css
<style>
a { background-color: #1BF9FF; }
a { background-color: rgb(27,249,255); }
div.DivClassName
{
background-color: #1BF9FF;
}
.BgClassName
{
background-color: #1BF9FF;
}
</style>
border-color css
<style>
span { border-color: #1BF9FF; }
span { border-color: rgb(27,249,255); }
td.TdClassName
{
border-color: #1BF9FF;
}
.TagClassName
{
border-color: #1BF9FF;
}
</style>