Shades of Deep Sky Blue #1BAFFE
Tints of Deep Sky Blue #1BAFFE
RGB
CMYK
RGB Variations
Color information
#1BAFFE (or 0x1BAFFE) is known color: Deep Sky Blue. HEX triplet: 1B, AF and FE. RGB value is (27,175,254). Sum of RGB (Red+Green+Blue) = 27+175+254=456 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.92% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BAFFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BAFFE is #E45001. Grayscale: #8B8B8B. Windows color (decimal): -14962690 or 16690971. OLE color: 16690971.
HSL color Cylindrical-coordinate representation of color #1BAFFE: hue angle of 200.88º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BAFFE is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 175 | 254 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.00 |
| HSL | 200.88º | 0.99% | 0.55% | - |
| HSV(B) | 200.88º | 0.89% | 1% | - |
| XYZ | 33.67 | 38.05 | 99.34 | - |
| YUV | 139.75 | 192.47 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 254 | 0.89 | 0.31 | 0 | 0.00 | 200.88 | 0.99 | 0.55 |
| Hex | 1B | AF | FE | 59 | 1F | 0 | 0 | C9 | 63 | 37 |
| Octal | 33 | 257 | 376 | 131 | 37 | 0 | 0 | 311 | 143 | 67 |
| Binary | 11011 | 10101111 | 11111110 | 1011001 | 11111 | 0 | 0 | 11001001 | 1100011 | 110111 |
Color Harmonies of #1BAFFE
Complementary color
Monochromatic Colors of #1BAFFE
Black with #1BAFFE
Text Example
Text Example
White with #1BAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFFE; }
p { color: rgb(27,175,254); }
H1.HeaderClassName
{
color: #1BAFFE;
}
.AnyTagClassName
{
color: #1BAFFE;
}
</style>
background-color css
<style>
a { background-color: #1BAFFE; }
a { background-color: rgb(27,175,254); }
div.DivClassName
{
background-color: #1BAFFE;
}
.BgClassName
{
background-color: #1BAFFE;
}
</style>
border-color css
<style>
span { border-color: #1BAFFE; }
span { border-color: rgb(27,175,254); }
td.TdClassName
{
border-color: #1BAFFE;
}
.TagClassName
{
border-color: #1BAFFE;
}
</style>