Shades of Deep Sky Blue #1BB8FF
Tints of Deep Sky Blue #1BB8FF
RGB
CMYK
RGB Variations
Color information
#1BB8FF (or 0x1BB8FF) is known color: Deep Sky Blue. HEX triplet: 1B, B8 and FF. RGB value is (27,184,255). Sum of RGB (Red+Green+Blue) = 27+184+255=466 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.79% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BB8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BB8FF is #E44700. Grayscale: #909090. Windows color (decimal): -14960385 or 16758811. OLE color: 16758811.
HSL color Cylindrical-coordinate representation of color #1BB8FF: hue angle of 198.68º 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 #1BB8FF is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 184 | 255 | - |
| CMYK | 0.89 | 0.28 | 0 | 0 |
| HSL | 198.68º | 1% | 0.55% | - |
| HSV(B) | 198.68º | 0.89% | 1% | - |
| XYZ | 35.64 | 41.73 | 100.78 | - |
| YUV | 145.15 | 189.99 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 184 | 255 | 0.89 | 0.28 | 0 | 0 | 198.68 | 1 | 0.55 |
| Hex | 1B | B8 | FF | 59 | 1C | 0 | 0 | C7 | 64 | 37 |
| Octal | 33 | 270 | 377 | 131 | 34 | 0 | 0 | 307 | 144 | 67 |
| Binary | 11011 | 10111000 | 11111111 | 1011001 | 11100 | 0 | 0 | 11000111 | 1100100 | 110111 |
Color Harmonies of #1BB8FF
Complementary color
Monochromatic Colors of #1BB8FF
Black with #1BB8FF
Text Example
Text Example
White with #1BB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB8FF; }
p { color: rgb(27,184,255); }
H1.HeaderClassName
{
color: #1BB8FF;
}
.AnyTagClassName
{
color: #1BB8FF;
}
</style>
background-color css
<style>
a { background-color: #1BB8FF; }
a { background-color: rgb(27,184,255); }
div.DivClassName
{
background-color: #1BB8FF;
}
.BgClassName
{
background-color: #1BB8FF;
}
</style>
border-color css
<style>
span { border-color: #1BB8FF; }
span { border-color: rgb(27,184,255); }
td.TdClassName
{
border-color: #1BB8FF;
}
.TagClassName
{
border-color: #1BB8FF;
}
</style>