Shades of Deep Sky Blue #18ACF3
Tints of Deep Sky Blue #18ACF3
RGB
CMYK
RGB Variations
Color information
#18ACF3 (or 0x18ACF3) is known color: Deep Sky Blue. HEX triplet: 18, AC and F3. RGB value is (24,172,243). Sum of RGB (Red+Green+Blue) = 24+172+243=439 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.47% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 243 (95.31% from 255 or 55.35% from 439); Max value from RGB is 243 - color contains mainly: blue. Hex color #18ACF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ACF3 is #E7530C. Grayscale: #878787. Windows color (decimal): -15160077 or 15969304. OLE color: 15969304.
HSL color Cylindrical-coordinate representation of color #18ACF3: hue angle of 199.45º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ACF3 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 172 | 243 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.05 |
| HSL | 199.45º | 0.9% | 0.52% | - |
| HSV(B) | 199.45º | 0.9% | 0.95% | - |
| XYZ | 31.31 | 36.17 | 90.13 | - |
| YUV | 135.84 | 188.47 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 243 | 0.90 | 0.29 | 0 | 0.05 | 199.45 | 0.9 | 0.52 |
| Hex | 18 | AC | F3 | 5A | 1D | 0 | 5 | C7 | 5A | 34 |
| Octal | 30 | 254 | 363 | 132 | 35 | 0 | 5 | 307 | 132 | 64 |
| Binary | 11000 | 10101100 | 11110011 | 1011010 | 11101 | 0 | 101 | 11000111 | 1011010 | 110100 |
Color Harmonies of #18ACF3
Complementary color
Monochromatic Colors of #18ACF3
Black with #18ACF3
Text Example
Text Example
White with #18ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ACF3; }
p { color: rgb(24,172,243); }
H1.HeaderClassName
{
color: #18ACF3;
}
.AnyTagClassName
{
color: #18ACF3;
}
</style>
background-color css
<style>
a { background-color: #18ACF3; }
a { background-color: rgb(24,172,243); }
div.DivClassName
{
background-color: #18ACF3;
}
.BgClassName
{
background-color: #18ACF3;
}
</style>
border-color css
<style>
span { border-color: #18ACF3; }
span { border-color: rgb(24,172,243); }
td.TdClassName
{
border-color: #18ACF3;
}
.TagClassName
{
border-color: #18ACF3;
}
</style>