Shades of Deep Sky Blue #18BFFF
Tints of Deep Sky Blue #18BFFF
RGB
CMYK
RGB Variations
Color information
#18BFFF (or 0x18BFFF) is known color: Deep Sky Blue. HEX triplet: 18, BF and FF. RGB value is (24,191,255). Sum of RGB (Red+Green+Blue) = 24+191+255=470 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.11% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #18BFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BFFF is #E74000. Grayscale: #939393. Windows color (decimal): -15155201 or 16760600. OLE color: 16760600.
HSL color Cylindrical-coordinate representation of color #18BFFF: hue angle of 196.62º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18BFFF is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 191 | 255 | - |
| CMYK | 0.91 | 0.25 | 0 | 0 |
| HSL | 196.62º | 1% | 0.55% | - |
| HSV(B) | 196.62º | 0.91% | 1% | - |
| XYZ | 37.06 | 44.68 | 101.28 | - |
| YUV | 148.36 | 188.17 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 255 | 0.91 | 0.25 | 0 | 0 | 196.62 | 1 | 0.55 |
| Hex | 18 | BF | FF | 5B | 19 | 0 | 0 | C5 | 64 | 37 |
| Octal | 30 | 277 | 377 | 133 | 31 | 0 | 0 | 305 | 144 | 67 |
| Binary | 11000 | 10111111 | 11111111 | 1011011 | 11001 | 0 | 0 | 11000101 | 1100100 | 110111 |
Color Harmonies of #18BFFF
Complementary color
Monochromatic Colors of #18BFFF
Black with #18BFFF
Text Example
Text Example
White with #18BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFFF; }
p { color: rgb(24,191,255); }
H1.HeaderClassName
{
color: #18BFFF;
}
.AnyTagClassName
{
color: #18BFFF;
}
</style>
background-color css
<style>
a { background-color: #18BFFF; }
a { background-color: rgb(24,191,255); }
div.DivClassName
{
background-color: #18BFFF;
}
.BgClassName
{
background-color: #18BFFF;
}
</style>
border-color css
<style>
span { border-color: #18BFFF; }
span { border-color: rgb(24,191,255); }
td.TdClassName
{
border-color: #18BFFF;
}
.TagClassName
{
border-color: #18BFFF;
}
</style>