Shades of Deep Sky Blue #1BD2FF
Tints of Deep Sky Blue #1BD2FF
RGB
CMYK
RGB Variations
Color information
#1BD2FF (or 0x1BD2FF) is known color: Deep Sky Blue. HEX triplet: 1B, D2 and FF. RGB value is (27,210,255). Sum of RGB (Red+Green+Blue) = 27+210+255=492 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.49% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BD2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD2FF is #E42D00. Grayscale: #A0A0A0. Windows color (decimal): -14953729 or 16765467. OLE color: 16765467.
HSL color Cylindrical-coordinate representation of color #1BD2FF: hue angle of 191.84º 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 #1BD2FF is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 210 | 255 | - |
| CMYK | 0.89 | 0.18 | 0 | 0 |
| HSL | 191.84º | 1% | 0.55% | - |
| HSV(B) | 191.84º | 0.89% | 1% | - |
| XYZ | 41.55 | 53.55 | 102.75 | - |
| YUV | 160.41 | 181.37 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 210 | 255 | 0.89 | 0.18 | 0 | 0 | 191.84 | 1 | 0.55 |
| Hex | 1B | D2 | FF | 59 | 12 | 0 | 0 | C0 | 64 | 37 |
| Octal | 33 | 322 | 377 | 131 | 22 | 0 | 0 | 300 | 144 | 67 |
| Binary | 11011 | 11010010 | 11111111 | 1011001 | 10010 | 0 | 0 | 11000000 | 1100100 | 110111 |
Color Harmonies of #1BD2FF
Complementary color
Monochromatic Colors of #1BD2FF
Black with #1BD2FF
Text Example
Text Example
White with #1BD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD2FF; }
p { color: rgb(27,210,255); }
H1.HeaderClassName
{
color: #1BD2FF;
}
.AnyTagClassName
{
color: #1BD2FF;
}
</style>
background-color css
<style>
a { background-color: #1BD2FF; }
a { background-color: rgb(27,210,255); }
div.DivClassName
{
background-color: #1BD2FF;
}
.BgClassName
{
background-color: #1BD2FF;
}
</style>
border-color css
<style>
span { border-color: #1BD2FF; }
span { border-color: rgb(27,210,255); }
td.TdClassName
{
border-color: #1BD2FF;
}
.TagClassName
{
border-color: #1BD2FF;
}
</style>