Shades of Deep Sky Blue #18BBFF
Tints of Deep Sky Blue #18BBFF
RGB
CMYK
RGB Variations
Color information
#18BBFF (or 0x18BBFF) is known color: Deep Sky Blue. HEX triplet: 18, BB and FF. RGB value is (24,187,255). Sum of RGB (Red+Green+Blue) = 24+187+255=466 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.15% from 466); Green value is 187 (73.44% from 255 or 40.13% 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 #18BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BBFF is #E74400. Grayscale: #919191. Windows color (decimal): -15156225 or 16759576. OLE color: 16759576.
HSL color Cylindrical-coordinate representation of color #18BBFF: hue angle of 197.66º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18BBFF is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 187 | 255 | - |
| CMYK | 0.91 | 0.27 | 0 | 0 |
| HSL | 197.66º | 1% | 0.55% | - |
| HSV(B) | 197.66º | 0.91% | 1% | - |
| XYZ | 36.2 | 42.95 | 100.99 | - |
| YUV | 146.02 | 189.5 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 255 | 0.91 | 0.27 | 0 | 0 | 197.66 | 1 | 0.55 |
| Hex | 18 | BB | FF | 5B | 1B | 0 | 0 | C6 | 64 | 37 |
| Octal | 30 | 273 | 377 | 133 | 33 | 0 | 0 | 306 | 144 | 67 |
| Binary | 11000 | 10111011 | 11111111 | 1011011 | 11011 | 0 | 0 | 11000110 | 1100100 | 110111 |
Color Harmonies of #18BBFF
Complementary color
Monochromatic Colors of #18BBFF
Black with #18BBFF
Text Example
Text Example
White with #18BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBFF; }
p { color: rgb(24,187,255); }
H1.HeaderClassName
{
color: #18BBFF;
}
.AnyTagClassName
{
color: #18BBFF;
}
</style>
background-color css
<style>
a { background-color: #18BBFF; }
a { background-color: rgb(24,187,255); }
div.DivClassName
{
background-color: #18BBFF;
}
.BgClassName
{
background-color: #18BBFF;
}
</style>
border-color css
<style>
span { border-color: #18BBFF; }
span { border-color: rgb(24,187,255); }
td.TdClassName
{
border-color: #18BBFF;
}
.TagClassName
{
border-color: #18BBFF;
}
</style>