Shades of Deep Sky Blue #18BEFE
Tints of Deep Sky Blue #18BEFE
RGB
CMYK
RGB Variations
Color information
#18BEFE (or 0x18BEFE) is known color: Deep Sky Blue. HEX triplet: 18, BE and FE. RGB value is (24,190,254). Sum of RGB (Red+Green+Blue) = 24+190+254=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #18BEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BEFE is #E74101. Grayscale: #939393. Windows color (decimal): -15155458 or 16694808. OLE color: 16694808.
HSL color Cylindrical-coordinate representation of color #18BEFE: hue angle of 196.7º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18BEFE is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 190 | 254 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.00 |
| HSL | 196.7º | 0.99% | 0.55% | - |
| HSV(B) | 196.7º | 0.91% | 1% | - |
| XYZ | 36.68 | 44.18 | 100.36 | - |
| YUV | 147.66 | 188 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 254 | 0.91 | 0.25 | 0 | 0.00 | 196.7 | 0.99 | 0.55 |
| Hex | 18 | BE | FE | 5B | 19 | 0 | 0 | C5 | 63 | 37 |
| Octal | 30 | 276 | 376 | 133 | 31 | 0 | 0 | 305 | 143 | 67 |
| Binary | 11000 | 10111110 | 11111110 | 1011011 | 11001 | 0 | 0 | 11000101 | 1100011 | 110111 |
Color Harmonies of #18BEFE
Complementary color
Monochromatic Colors of #18BEFE
Black with #18BEFE
Text Example
Text Example
White with #18BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BEFE; }
p { color: rgb(24,190,254); }
H1.HeaderClassName
{
color: #18BEFE;
}
.AnyTagClassName
{
color: #18BEFE;
}
</style>
background-color css
<style>
a { background-color: #18BEFE; }
a { background-color: rgb(24,190,254); }
div.DivClassName
{
background-color: #18BEFE;
}
.BgClassName
{
background-color: #18BEFE;
}
</style>
border-color css
<style>
span { border-color: #18BEFE; }
span { border-color: rgb(24,190,254); }
td.TdClassName
{
border-color: #18BEFE;
}
.TagClassName
{
border-color: #18BEFE;
}
</style>