Shades of Deep Sky Blue #18B7F3
Tints of Deep Sky Blue #18B7F3
RGB
CMYK
RGB Variations
Color information
#18B7F3 (or 0x18B7F3) is known color: Deep Sky Blue. HEX triplet: 18, B7 and F3. RGB value is (24,183,243). Sum of RGB (Red+Green+Blue) = 24+183+243=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #18B7F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B7F3 is #E7480C. Grayscale: #8D8D8D. Windows color (decimal): -15157261 or 15972120. OLE color: 15972120.
HSL color Cylindrical-coordinate representation of color #18B7F3: hue angle of 196.44º 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 #18B7F3 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 183 | 243 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.05 |
| HSL | 196.44º | 0.9% | 0.52% | - |
| HSV(B) | 196.44º | 0.9% | 0.95% | - |
| XYZ | 33.49 | 40.53 | 90.85 | - |
| YUV | 142.3 | 184.82 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 183 | 243 | 0.90 | 0.25 | 0 | 0.05 | 196.44 | 0.9 | 0.52 |
| Hex | 18 | B7 | F3 | 5A | 19 | 0 | 5 | C4 | 5A | 34 |
| Octal | 30 | 267 | 363 | 132 | 31 | 0 | 5 | 304 | 132 | 64 |
| Binary | 11000 | 10110111 | 11110011 | 1011010 | 11001 | 0 | 101 | 11000100 | 1011010 | 110100 |
Color Harmonies of #18B7F3
Complementary color
Monochromatic Colors of #18B7F3
Black with #18B7F3
Text Example
Text Example
White with #18B7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B7F3; }
p { color: rgb(24,183,243); }
H1.HeaderClassName
{
color: #18B7F3;
}
.AnyTagClassName
{
color: #18B7F3;
}
</style>
background-color css
<style>
a { background-color: #18B7F3; }
a { background-color: rgb(24,183,243); }
div.DivClassName
{
background-color: #18B7F3;
}
.BgClassName
{
background-color: #18B7F3;
}
</style>
border-color css
<style>
span { border-color: #18B7F3; }
span { border-color: rgb(24,183,243); }
td.TdClassName
{
border-color: #18B7F3;
}
.TagClassName
{
border-color: #18B7F3;
}
</style>