Shades of Deep Sky Blue #1BDAFF
Tints of Deep Sky Blue #1BDAFF
RGB
CMYK
RGB Variations
Color information
#1BDAFF (or 0x1BDAFF) is known color: Deep Sky Blue. HEX triplet: 1B, DA and FF. RGB value is (27,218,255). Sum of RGB (Red+Green+Blue) = 27+218+255=500 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.4% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BDAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BDAFF is #E42500. Grayscale: #A4A4A4. Windows color (decimal): -14951681 or 16767515. OLE color: 16767515.
HSL color Cylindrical-coordinate representation of color #1BDAFF: hue angle of 189.74º 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 #1BDAFF is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 218 | 255 | - |
| CMYK | 0.89 | 0.15 | 0 | 0 |
| HSL | 189.74º | 1% | 0.55% | - |
| HSV(B) | 189.74º | 0.89% | 1% | - |
| XYZ | 43.57 | 57.6 | 103.43 | - |
| YUV | 165.11 | 178.72 | 29.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 218 | 255 | 0.89 | 0.15 | 0 | 0 | 189.74 | 1 | 0.55 |
| Hex | 1B | DA | FF | 59 | F | 0 | 0 | BE | 64 | 37 |
| Octal | 33 | 332 | 377 | 131 | 17 | 0 | 0 | 276 | 144 | 67 |
| Binary | 11011 | 11011010 | 11111111 | 1011001 | 1111 | 0 | 0 | 10111110 | 1100100 | 110111 |
Color Harmonies of #1BDAFF
Complementary color
Monochromatic Colors of #1BDAFF
Black with #1BDAFF
Text Example
Text Example
White with #1BDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDAFF; }
p { color: rgb(27,218,255); }
H1.HeaderClassName
{
color: #1BDAFF;
}
.AnyTagClassName
{
color: #1BDAFF;
}
</style>
background-color css
<style>
a { background-color: #1BDAFF; }
a { background-color: rgb(27,218,255); }
div.DivClassName
{
background-color: #1BDAFF;
}
.BgClassName
{
background-color: #1BDAFF;
}
</style>
border-color css
<style>
span { border-color: #1BDAFF; }
span { border-color: rgb(27,218,255); }
td.TdClassName
{
border-color: #1BDAFF;
}
.TagClassName
{
border-color: #1BDAFF;
}
</style>