Shades of Deep Sky Blue #18B3FE
Tints of Deep Sky Blue #18B3FE
RGB
CMYK
RGB Variations
Color information
#18B3FE (or 0x18B3FE) is known color: Deep Sky Blue. HEX triplet: 18, B3 and FE. RGB value is (24,179,254). Sum of RGB (Red+Green+Blue) = 24+179+254=457 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.25% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #18B3FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B3FE is #E74C01. Grayscale: #8C8C8C. Windows color (decimal): -15158274 or 16691992. OLE color: 16691992.
HSL color Cylindrical-coordinate representation of color #18B3FE: hue angle of 199.57º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18B3FE is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 179 | 254 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.00 |
| HSL | 199.57º | 0.99% | 0.55% | - |
| HSV(B) | 199.57º | 0.91% | 1% | - |
| XYZ | 34.39 | 39.59 | 99.6 | - |
| YUV | 141.21 | 191.65 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 254 | 0.91 | 0.30 | 0 | 0.00 | 199.57 | 0.99 | 0.55 |
| Hex | 18 | B3 | FE | 5B | 1E | 0 | 0 | C8 | 63 | 37 |
| Octal | 30 | 263 | 376 | 133 | 36 | 0 | 0 | 310 | 143 | 67 |
| Binary | 11000 | 10110011 | 11111110 | 1011011 | 11110 | 0 | 0 | 11001000 | 1100011 | 110111 |
Color Harmonies of #18B3FE
Complementary color
Monochromatic Colors of #18B3FE
Black with #18B3FE
Text Example
Text Example
White with #18B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B3FE; }
p { color: rgb(24,179,254); }
H1.HeaderClassName
{
color: #18B3FE;
}
.AnyTagClassName
{
color: #18B3FE;
}
</style>
background-color css
<style>
a { background-color: #18B3FE; }
a { background-color: rgb(24,179,254); }
div.DivClassName
{
background-color: #18B3FE;
}
.BgClassName
{
background-color: #18B3FE;
}
</style>
border-color css
<style>
span { border-color: #18B3FE; }
span { border-color: rgb(24,179,254); }
td.TdClassName
{
border-color: #18B3FE;
}
.TagClassName
{
border-color: #18B3FE;
}
</style>