Shades of Deep Sky Blue #18CBFE
Tints of Deep Sky Blue #18CBFE
RGB
CMYK
RGB Variations
Color information
#18CBFE (or 0x18CBFE) is known color: Deep Sky Blue. HEX triplet: 18, CB and FE. RGB value is (24,203,254). Sum of RGB (Red+Green+Blue) = 24+203+254=481 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.99% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #18CBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CBFE is #E73401. Grayscale: #9A9A9A. Windows color (decimal): -15152130 or 16698136. OLE color: 16698136.
HSL color Cylindrical-coordinate representation of color #18CBFE: hue angle of 193.3º 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 #18CBFE is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 203 | 254 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.00 |
| HSL | 193.3º | 0.99% | 0.55% | - |
| HSV(B) | 193.3º | 0.91% | 1% | - |
| XYZ | 39.62 | 50.06 | 101.34 | - |
| YUV | 155.29 | 183.7 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 254 | 0.91 | 0.20 | 0 | 0.00 | 193.3 | 0.99 | 0.55 |
| Hex | 18 | CB | FE | 5B | 14 | 0 | 0 | C1 | 63 | 37 |
| Octal | 30 | 313 | 376 | 133 | 24 | 0 | 0 | 301 | 143 | 67 |
| Binary | 11000 | 11001011 | 11111110 | 1011011 | 10100 | 0 | 0 | 11000001 | 1100011 | 110111 |
Color Harmonies of #18CBFE
Complementary color
Monochromatic Colors of #18CBFE
Black with #18CBFE
Text Example
Text Example
White with #18CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CBFE; }
p { color: rgb(24,203,254); }
H1.HeaderClassName
{
color: #18CBFE;
}
.AnyTagClassName
{
color: #18CBFE;
}
</style>
background-color css
<style>
a { background-color: #18CBFE; }
a { background-color: rgb(24,203,254); }
div.DivClassName
{
background-color: #18CBFE;
}
.BgClassName
{
background-color: #18CBFE;
}
</style>
border-color css
<style>
span { border-color: #18CBFE; }
span { border-color: rgb(24,203,254); }
td.TdClassName
{
border-color: #18CBFE;
}
.TagClassName
{
border-color: #18CBFE;
}
</style>