Shades of Deep Sky Blue #1BDAFD
Tints of Deep Sky Blue #1BDAFD
RGB
CMYK
RGB Variations
Color information
#1BDAFD (or 0x1BDAFD) is known color: Deep Sky Blue. HEX triplet: 1B, DA and FD. RGB value is (27,218,253). Sum of RGB (Red+Green+Blue) = 27+218+253=498 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.42% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #1BDAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BDAFD is #E42502. Grayscale: #A4A4A4. Windows color (decimal): -14951683 or 16636443. OLE color: 16636443.
HSL color Cylindrical-coordinate representation of color #1BDAFD: hue angle of 189.29º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BDAFD is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 218 | 253 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.01 |
| HSL | 189.29º | 0.98% | 0.55% | - |
| HSV(B) | 189.29º | 0.89% | 0.99% | - |
| XYZ | 43.25 | 57.47 | 101.74 | - |
| YUV | 164.88 | 177.72 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 253 | 0.89 | 0.14 | 0 | 0.01 | 189.29 | 0.98 | 0.55 |
| Hex | 1B | DA | FD | 59 | E | 0 | 1 | BD | 62 | 37 |
| Octal | 33 | 332 | 375 | 131 | 16 | 0 | 1 | 275 | 142 | 67 |
| Binary | 11011 | 11011010 | 11111101 | 1011001 | 1110 | 0 | 1 | 10111101 | 1100010 | 110111 |
Color Harmonies of #1BDAFD
Complementary color
Monochromatic Colors of #1BDAFD
Black with #1BDAFD
Text Example
Text Example
White with #1BDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDAFD; }
p { color: rgb(27,218,253); }
H1.HeaderClassName
{
color: #1BDAFD;
}
.AnyTagClassName
{
color: #1BDAFD;
}
</style>
background-color css
<style>
a { background-color: #1BDAFD; }
a { background-color: rgb(27,218,253); }
div.DivClassName
{
background-color: #1BDAFD;
}
.BgClassName
{
background-color: #1BDAFD;
}
</style>
border-color css
<style>
span { border-color: #1BDAFD; }
span { border-color: rgb(27,218,253); }
td.TdClassName
{
border-color: #1BDAFD;
}
.TagClassName
{
border-color: #1BDAFD;
}
</style>