Shades of Deep Sky Blue #18BBFB
Tints of Deep Sky Blue #18BBFB
RGB
CMYK
RGB Variations
Color information
#18BBFB (or 0x18BBFB) is known color: Deep Sky Blue. HEX triplet: 18, BB and FB. RGB value is (24,187,251). Sum of RGB (Red+Green+Blue) = 24+187+251=462 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.19% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #18BBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BBFB is #E74404. Grayscale: #919191. Windows color (decimal): -15156229 or 16497432. OLE color: 16497432.
HSL color Cylindrical-coordinate representation of color #18BBFB: hue angle of 196.92º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BBFB is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 187 | 251 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.02 |
| HSL | 196.92º | 0.97% | 0.54% | - |
| HSV(B) | 196.92º | 0.9% | 0.98% | - |
| XYZ | 35.56 | 42.7 | 97.63 | - |
| YUV | 145.56 | 187.5 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 251 | 0.90 | 0.25 | 0 | 0.02 | 196.92 | 0.97 | 0.54 |
| Hex | 18 | BB | FB | 5A | 19 | 0 | 2 | C5 | 61 | 36 |
| Octal | 30 | 273 | 373 | 132 | 31 | 0 | 2 | 305 | 141 | 66 |
| Binary | 11000 | 10111011 | 11111011 | 1011010 | 11001 | 0 | 10 | 11000101 | 1100001 | 110110 |
Color Harmonies of #18BBFB
Complementary color
Monochromatic Colors of #18BBFB
Black with #18BBFB
Text Example
Text Example
White with #18BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBFB; }
p { color: rgb(24,187,251); }
H1.HeaderClassName
{
color: #18BBFB;
}
.AnyTagClassName
{
color: #18BBFB;
}
</style>
background-color css
<style>
a { background-color: #18BBFB; }
a { background-color: rgb(24,187,251); }
div.DivClassName
{
background-color: #18BBFB;
}
.BgClassName
{
background-color: #18BBFB;
}
</style>
border-color css
<style>
span { border-color: #18BBFB; }
span { border-color: rgb(24,187,251); }
td.TdClassName
{
border-color: #18BBFB;
}
.TagClassName
{
border-color: #18BBFB;
}
</style>