Shades of Deep Sky Blue #1BAFF1
Tints of Deep Sky Blue #1BAFF1
RGB
CMYK
RGB Variations
Color information
#1BAFF1 (or 0x1BAFF1) is known color: Deep Sky Blue. HEX triplet: 1B, AF and F1. RGB value is (27,175,241). Sum of RGB (Red+Green+Blue) = 27+175+241=443 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.09% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #1BAFF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BAFF1 is #E4500E. Grayscale: #898989. Windows color (decimal): -14962703 or 15839003. OLE color: 15839003.
HSL color Cylindrical-coordinate representation of color #1BAFF1: hue angle of 198.5º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BAFF1 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 175 | 241 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.05 |
| HSL | 198.5º | 0.88% | 0.53% | - |
| HSV(B) | 198.5º | 0.89% | 0.95% | - |
| XYZ | 31.66 | 37.24 | 88.74 | - |
| YUV | 138.27 | 185.97 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 241 | 0.89 | 0.27 | 0 | 0.05 | 198.5 | 0.88 | 0.53 |
| Hex | 1B | AF | F1 | 59 | 1B | 0 | 5 | C7 | 58 | 35 |
| Octal | 33 | 257 | 361 | 131 | 33 | 0 | 5 | 307 | 130 | 65 |
| Binary | 11011 | 10101111 | 11110001 | 1011001 | 11011 | 0 | 101 | 11000111 | 1011000 | 110101 |
Color Harmonies of #1BAFF1
Complementary color
Monochromatic Colors of #1BAFF1
Black with #1BAFF1
Text Example
Text Example
White with #1BAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFF1; }
p { color: rgb(27,175,241); }
H1.HeaderClassName
{
color: #1BAFF1;
}
.AnyTagClassName
{
color: #1BAFF1;
}
</style>
background-color css
<style>
a { background-color: #1BAFF1; }
a { background-color: rgb(27,175,241); }
div.DivClassName
{
background-color: #1BAFF1;
}
.BgClassName
{
background-color: #1BAFF1;
}
</style>
border-color css
<style>
span { border-color: #1BAFF1; }
span { border-color: rgb(27,175,241); }
td.TdClassName
{
border-color: #1BAFF1;
}
.TagClassName
{
border-color: #1BAFF1;
}
</style>