Shades of Deep Sky Blue #18B1FE
Tints of Deep Sky Blue #18B1FE
RGB
CMYK
RGB Variations
Color information
#18B1FE (or 0x18B1FE) is known color: Deep Sky Blue. HEX triplet: 18, B1 and FE. RGB value is (24,177,254). Sum of RGB (Red+Green+Blue) = 24+177+254=455 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.27% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #18B1FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18B1FE is #E74E01. Grayscale: #8B8B8B. Windows color (decimal): -15158786 or 16691480. OLE color: 16691480.
HSL color Cylindrical-coordinate representation of color #18B1FE: hue angle of 200.09º 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 #18B1FE is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 177 | 254 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.00 |
| HSL | 200.09º | 0.99% | 0.55% | - |
| HSV(B) | 200.09º | 0.91% | 1% | - |
| XYZ | 33.99 | 38.79 | 99.46 | - |
| YUV | 140.03 | 192.31 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 177 | 254 | 0.91 | 0.30 | 0 | 0.00 | 200.09 | 0.99 | 0.55 |
| Hex | 18 | B1 | FE | 5B | 1E | 0 | 0 | C8 | 63 | 37 |
| Octal | 30 | 261 | 376 | 133 | 36 | 0 | 0 | 310 | 143 | 67 |
| Binary | 11000 | 10110001 | 11111110 | 1011011 | 11110 | 0 | 0 | 11001000 | 1100011 | 110111 |
Color Harmonies of #18B1FE
Complementary color
Monochromatic Colors of #18B1FE
Black with #18B1FE
Text Example
Text Example
White with #18B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B1FE; }
p { color: rgb(24,177,254); }
H1.HeaderClassName
{
color: #18B1FE;
}
.AnyTagClassName
{
color: #18B1FE;
}
</style>
background-color css
<style>
a { background-color: #18B1FE; }
a { background-color: rgb(24,177,254); }
div.DivClassName
{
background-color: #18B1FE;
}
.BgClassName
{
background-color: #18B1FE;
}
</style>
border-color css
<style>
span { border-color: #18B1FE; }
span { border-color: rgb(24,177,254); }
td.TdClassName
{
border-color: #18B1FE;
}
.TagClassName
{
border-color: #18B1FE;
}
</style>