Shades of Deep Sky Blue #1BB4FF
Tints of Deep Sky Blue #1BB4FF
RGB
CMYK
RGB Variations
Color information
#1BB4FF (or 0x1BB4FF) is known color: Deep Sky Blue. HEX triplet: 1B, B4 and FF. RGB value is (27,180,255). Sum of RGB (Red+Green+Blue) = 27+180+255=462 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.84% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BB4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BB4FF is #E44B00. Grayscale: #8E8E8E. Windows color (decimal): -14961409 or 16757787. OLE color: 16757787.
HSL color Cylindrical-coordinate representation of color #1BB4FF: hue angle of 199.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 #1BB4FF is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 180 | 255 | - |
| CMYK | 0.89 | 0.29 | 0 | 0 |
| HSL | 199.74º | 1% | 0.55% | - |
| HSV(B) | 199.74º | 0.89% | 1% | - |
| XYZ | 34.82 | 40.1 | 100.51 | - |
| YUV | 142.8 | 191.31 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 180 | 255 | 0.89 | 0.29 | 0 | 0 | 199.74 | 1 | 0.55 |
| Hex | 1B | B4 | FF | 59 | 1D | 0 | 0 | C8 | 64 | 37 |
| Octal | 33 | 264 | 377 | 131 | 35 | 0 | 0 | 310 | 144 | 67 |
| Binary | 11011 | 10110100 | 11111111 | 1011001 | 11101 | 0 | 0 | 11001000 | 1100100 | 110111 |
Color Harmonies of #1BB4FF
Complementary color
Monochromatic Colors of #1BB4FF
Black with #1BB4FF
Text Example
Text Example
White with #1BB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB4FF; }
p { color: rgb(27,180,255); }
H1.HeaderClassName
{
color: #1BB4FF;
}
.AnyTagClassName
{
color: #1BB4FF;
}
</style>
background-color css
<style>
a { background-color: #1BB4FF; }
a { background-color: rgb(27,180,255); }
div.DivClassName
{
background-color: #1BB4FF;
}
.BgClassName
{
background-color: #1BB4FF;
}
</style>
border-color css
<style>
span { border-color: #1BB4FF; }
span { border-color: rgb(27,180,255); }
td.TdClassName
{
border-color: #1BB4FF;
}
.TagClassName
{
border-color: #1BB4FF;
}
</style>