Shades of Deep Sky Blue #18CBF7
Tints of Deep Sky Blue #18CBF7
RGB
CMYK
RGB Variations
Color information
#18CBF7 (or 0x18CBF7) is known color: Deep Sky Blue. HEX triplet: 18, CB and F7. RGB value is (24,203,247). Sum of RGB (Red+Green+Blue) = 24+203+247=474 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.06% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #18CBF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CBF7 is #E73408. Grayscale: #9A9A9A. Windows color (decimal): -15152137 or 16239384. OLE color: 16239384.
HSL color Cylindrical-coordinate representation of color #18CBF7: hue angle of 191.84º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CBF7 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 203 | 247 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.03 |
| HSL | 191.84º | 0.93% | 0.53% | - |
| HSV(B) | 191.84º | 0.9% | 0.97% | - |
| XYZ | 38.52 | 49.62 | 95.54 | - |
| YUV | 154.5 | 180.2 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 247 | 0.90 | 0.18 | 0 | 0.03 | 191.84 | 0.93 | 0.53 |
| Hex | 18 | CB | F7 | 5A | 12 | 0 | 3 | C0 | 5D | 35 |
| Octal | 30 | 313 | 367 | 132 | 22 | 0 | 3 | 300 | 135 | 65 |
| Binary | 11000 | 11001011 | 11110111 | 1011010 | 10010 | 0 | 11 | 11000000 | 1011101 | 110101 |
Color Harmonies of #18CBF7
Complementary color
Monochromatic Colors of #18CBF7
Black with #18CBF7
Text Example
Text Example
White with #18CBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CBF7; }
p { color: rgb(24,203,247); }
H1.HeaderClassName
{
color: #18CBF7;
}
.AnyTagClassName
{
color: #18CBF7;
}
</style>
background-color css
<style>
a { background-color: #18CBF7; }
a { background-color: rgb(24,203,247); }
div.DivClassName
{
background-color: #18CBF7;
}
.BgClassName
{
background-color: #18CBF7;
}
</style>
border-color css
<style>
span { border-color: #18CBF7; }
span { border-color: rgb(24,203,247); }
td.TdClassName
{
border-color: #18CBF7;
}
.TagClassName
{
border-color: #18CBF7;
}
</style>