Shades of Deep Sky Blue #18BEF3
Tints of Deep Sky Blue #18BEF3
RGB
CMYK
RGB Variations
Color information
#18BEF3 (or 0x18BEF3) is known color: Deep Sky Blue. HEX triplet: 18, BE and F3. RGB value is (24,190,243). Sum of RGB (Red+Green+Blue) = 24+190+243=457 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.25% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #18BEF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BEF3 is #E7410C. Grayscale: #929292. Windows color (decimal): -15155469 or 15973912. OLE color: 15973912.
HSL color Cylindrical-coordinate representation of color #18BEF3: hue angle of 194.52º 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 #18BEF3 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 190 | 243 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.05 |
| HSL | 194.52º | 0.9% | 0.52% | - |
| HSV(B) | 194.52º | 0.9% | 0.95% | - |
| XYZ | 34.97 | 43.49 | 91.35 | - |
| YUV | 146.41 | 182.5 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 243 | 0.90 | 0.22 | 0 | 0.05 | 194.52 | 0.9 | 0.52 |
| Hex | 18 | BE | F3 | 5A | 16 | 0 | 5 | C3 | 5A | 34 |
| Octal | 30 | 276 | 363 | 132 | 26 | 0 | 5 | 303 | 132 | 64 |
| Binary | 11000 | 10111110 | 11110011 | 1011010 | 10110 | 0 | 101 | 11000011 | 1011010 | 110100 |
Color Harmonies of #18BEF3
Complementary color
Monochromatic Colors of #18BEF3
Black with #18BEF3
Text Example
Text Example
White with #18BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BEF3; }
p { color: rgb(24,190,243); }
H1.HeaderClassName
{
color: #18BEF3;
}
.AnyTagClassName
{
color: #18BEF3;
}
</style>
background-color css
<style>
a { background-color: #18BEF3; }
a { background-color: rgb(24,190,243); }
div.DivClassName
{
background-color: #18BEF3;
}
.BgClassName
{
background-color: #18BEF3;
}
</style>
border-color css
<style>
span { border-color: #18BEF3; }
span { border-color: rgb(24,190,243); }
td.TdClassName
{
border-color: #18BEF3;
}
.TagClassName
{
border-color: #18BEF3;
}
</style>