Shades of Deep Sky Blue #18BEFF
Tints of Deep Sky Blue #18BEFF
RGB
CMYK
RGB Variations
Color information
#18BEFF (or 0x18BEFF) is known color: Deep Sky Blue. HEX triplet: 18, BE and FF. RGB value is (24,190,255). Sum of RGB (Red+Green+Blue) = 24+190+255=469 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.12% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #18BEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BEFF is #E74100. Grayscale: #939393. Windows color (decimal): -15155457 or 16760344. OLE color: 16760344.
HSL color Cylindrical-coordinate representation of color #18BEFF: hue angle of 196.88º 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 #18BEFF is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 190 | 255 | - |
| CMYK | 0.91 | 0.25 | 0 | 0 |
| HSL | 196.88º | 1% | 0.55% | - |
| HSV(B) | 196.88º | 0.91% | 1% | - |
| XYZ | 36.84 | 44.24 | 101.21 | - |
| YUV | 147.78 | 188.5 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 255 | 0.91 | 0.25 | 0 | 0 | 196.88 | 1 | 0.55 |
| Hex | 18 | BE | FF | 5B | 19 | 0 | 0 | C5 | 64 | 37 |
| Octal | 30 | 276 | 377 | 133 | 31 | 0 | 0 | 305 | 144 | 67 |
| Binary | 11000 | 10111110 | 11111111 | 1011011 | 11001 | 0 | 0 | 11000101 | 1100100 | 110111 |
Color Harmonies of #18BEFF
Complementary color
Monochromatic Colors of #18BEFF
Black with #18BEFF
Text Example
Text Example
White with #18BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BEFF; }
p { color: rgb(24,190,255); }
H1.HeaderClassName
{
color: #18BEFF;
}
.AnyTagClassName
{
color: #18BEFF;
}
</style>
background-color css
<style>
a { background-color: #18BEFF; }
a { background-color: rgb(24,190,255); }
div.DivClassName
{
background-color: #18BEFF;
}
.BgClassName
{
background-color: #18BEFF;
}
</style>
border-color css
<style>
span { border-color: #18BEFF; }
span { border-color: rgb(24,190,255); }
td.TdClassName
{
border-color: #18BEFF;
}
.TagClassName
{
border-color: #18BEFF;
}
</style>