Shades of Deep Sky Blue #1BC9FF
Tints of Deep Sky Blue #1BC9FF
RGB
CMYK
RGB Variations
Color information
#1BC9FF (or 0x1BC9FF) is known color: Deep Sky Blue. HEX triplet: 1B, C9 and FF. RGB value is (27,201,255). Sum of RGB (Red+Green+Blue) = 27+201+255=483 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.59% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BC9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC9FF is #E43600. Grayscale: #9A9A9A. Windows color (decimal): -14956033 or 16763163. OLE color: 16763163.
HSL color Cylindrical-coordinate representation of color #1BC9FF: hue angle of 194.21º 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 #1BC9FF is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 201 | 255 | - |
| CMYK | 0.89 | 0.21 | 0 | 0 |
| HSL | 194.21º | 1% | 0.55% | - |
| HSV(B) | 194.21º | 0.89% | 1% | - |
| XYZ | 39.39 | 49.23 | 102.03 | - |
| YUV | 155.13 | 184.35 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 255 | 0.89 | 0.21 | 0 | 0 | 194.21 | 1 | 0.55 |
| Hex | 1B | C9 | FF | 59 | 15 | 0 | 0 | C2 | 64 | 37 |
| Octal | 33 | 311 | 377 | 131 | 25 | 0 | 0 | 302 | 144 | 67 |
| Binary | 11011 | 11001001 | 11111111 | 1011001 | 10101 | 0 | 0 | 11000010 | 1100100 | 110111 |
Color Harmonies of #1BC9FF
Complementary color
Monochromatic Colors of #1BC9FF
Black with #1BC9FF
Text Example
Text Example
White with #1BC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC9FF; }
p { color: rgb(27,201,255); }
H1.HeaderClassName
{
color: #1BC9FF;
}
.AnyTagClassName
{
color: #1BC9FF;
}
</style>
background-color css
<style>
a { background-color: #1BC9FF; }
a { background-color: rgb(27,201,255); }
div.DivClassName
{
background-color: #1BC9FF;
}
.BgClassName
{
background-color: #1BC9FF;
}
</style>
border-color css
<style>
span { border-color: #1BC9FF; }
span { border-color: rgb(27,201,255); }
td.TdClassName
{
border-color: #1BC9FF;
}
.TagClassName
{
border-color: #1BC9FF;
}
</style>