Shades of Deep Sky Blue #18CBFF
Tints of Deep Sky Blue #18CBFF
RGB
CMYK
RGB Variations
Color information
#18CBFF (or 0x18CBFF) is known color: Deep Sky Blue. HEX triplet: 18, CB and FF. RGB value is (24,203,255). Sum of RGB (Red+Green+Blue) = 24+203+255=482 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.98% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #18CBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CBFF is #E73400. Grayscale: #9B9B9B. Windows color (decimal): -15152129 or 16763672. OLE color: 16763672.
HSL color Cylindrical-coordinate representation of color #18CBFF: hue angle of 193.51º 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 #18CBFF is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 203 | 255 | - |
| CMYK | 0.91 | 0.20 | 0 | 0 |
| HSL | 193.51º | 1% | 0.55% | - |
| HSV(B) | 193.51º | 0.91% | 1% | - |
| XYZ | 39.78 | 50.13 | 102.19 | - |
| YUV | 155.41 | 184.2 | 34.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 255 | 0.91 | 0.20 | 0 | 0 | 193.51 | 1 | 0.55 |
| Hex | 18 | CB | FF | 5B | 14 | 0 | 0 | C2 | 64 | 37 |
| Octal | 30 | 313 | 377 | 133 | 24 | 0 | 0 | 302 | 144 | 67 |
| Binary | 11000 | 11001011 | 11111111 | 1011011 | 10100 | 0 | 0 | 11000010 | 1100100 | 110111 |
Color Harmonies of #18CBFF
Complementary color
Monochromatic Colors of #18CBFF
Black with #18CBFF
Text Example
Text Example
White with #18CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CBFF; }
p { color: rgb(24,203,255); }
H1.HeaderClassName
{
color: #18CBFF;
}
.AnyTagClassName
{
color: #18CBFF;
}
</style>
background-color css
<style>
a { background-color: #18CBFF; }
a { background-color: rgb(24,203,255); }
div.DivClassName
{
background-color: #18CBFF;
}
.BgClassName
{
background-color: #18CBFF;
}
</style>
border-color css
<style>
span { border-color: #18CBFF; }
span { border-color: rgb(24,203,255); }
td.TdClassName
{
border-color: #18CBFF;
}
.TagClassName
{
border-color: #18CBFF;
}
</style>