Shades of Deep Sky Blue #1BDAFE
Tints of Deep Sky Blue #1BDAFE
RGB
CMYK
RGB Variations
Color information
#1BDAFE (or 0x1BDAFE) is known color: Deep Sky Blue. HEX triplet: 1B, DA and FE. RGB value is (27,218,254). Sum of RGB (Red+Green+Blue) = 27+218+254=499 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.41% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BDAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BDAFE is #E42501. Grayscale: #A4A4A4. Windows color (decimal): -14951682 or 16701979. OLE color: 16701979.
HSL color Cylindrical-coordinate representation of color #1BDAFE: hue angle of 189.52º 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 #1BDAFE is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 218 | 254 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.00 |
| HSL | 189.52º | 0.99% | 0.55% | - |
| HSV(B) | 189.52º | 0.89% | 1% | - |
| XYZ | 43.41 | 57.53 | 102.58 | - |
| YUV | 165 | 178.22 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 254 | 0.89 | 0.14 | 0 | 0.00 | 189.52 | 0.99 | 0.55 |
| Hex | 1B | DA | FE | 59 | E | 0 | 0 | BE | 63 | 37 |
| Octal | 33 | 332 | 376 | 131 | 16 | 0 | 0 | 276 | 143 | 67 |
| Binary | 11011 | 11011010 | 11111110 | 1011001 | 1110 | 0 | 0 | 10111110 | 1100011 | 110111 |
Color Harmonies of #1BDAFE
Complementary color
Monochromatic Colors of #1BDAFE
Black with #1BDAFE
Text Example
Text Example
White with #1BDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDAFE; }
p { color: rgb(27,218,254); }
H1.HeaderClassName
{
color: #1BDAFE;
}
.AnyTagClassName
{
color: #1BDAFE;
}
</style>
background-color css
<style>
a { background-color: #1BDAFE; }
a { background-color: rgb(27,218,254); }
div.DivClassName
{
background-color: #1BDAFE;
}
.BgClassName
{
background-color: #1BDAFE;
}
</style>
border-color css
<style>
span { border-color: #1BDAFE; }
span { border-color: rgb(27,218,254); }
td.TdClassName
{
border-color: #1BDAFE;
}
.TagClassName
{
border-color: #1BDAFE;
}
</style>