Shades of Deep Sky Blue #18BEFA
Tints of Deep Sky Blue #18BEFA
RGB
CMYK
RGB Variations
Color information
#18BEFA (or 0x18BEFA) is known color: Deep Sky Blue. HEX triplet: 18, BE and FA. RGB value is (24,190,250). Sum of RGB (Red+Green+Blue) = 24+190+250=464 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.17% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #18BEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BEFA is #E74105. Grayscale: #929292. Windows color (decimal): -15155462 or 16432664. OLE color: 16432664.
HSL color Cylindrical-coordinate representation of color #18BEFA: hue angle of 195.93º degrees, saturation: 0.96, 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 #18BEFA is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 190 | 250 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.02 |
| HSL | 195.93º | 0.96% | 0.54% | - |
| HSV(B) | 195.93º | 0.9% | 0.98% | - |
| XYZ | 36.05 | 43.92 | 97.02 | - |
| YUV | 147.21 | 186 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 250 | 0.90 | 0.24 | 0 | 0.02 | 195.93 | 0.96 | 0.54 |
| Hex | 18 | BE | FA | 5A | 18 | 0 | 2 | C4 | 60 | 36 |
| Octal | 30 | 276 | 372 | 132 | 30 | 0 | 2 | 304 | 140 | 66 |
| Binary | 11000 | 10111110 | 11111010 | 1011010 | 11000 | 0 | 10 | 11000100 | 1100000 | 110110 |
Color Harmonies of #18BEFA
Complementary color
Monochromatic Colors of #18BEFA
Black with #18BEFA
Text Example
Text Example
White with #18BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BEFA; }
p { color: rgb(24,190,250); }
H1.HeaderClassName
{
color: #18BEFA;
}
.AnyTagClassName
{
color: #18BEFA;
}
</style>
background-color css
<style>
a { background-color: #18BEFA; }
a { background-color: rgb(24,190,250); }
div.DivClassName
{
background-color: #18BEFA;
}
.BgClassName
{
background-color: #18BEFA;
}
</style>
border-color css
<style>
span { border-color: #18BEFA; }
span { border-color: rgb(24,190,250); }
td.TdClassName
{
border-color: #18BEFA;
}
.TagClassName
{
border-color: #18BEFA;
}
</style>