Shades of Deep Sky Blue #18CBEE
Tints of Deep Sky Blue #18CBEE
RGB
CMYK
RGB Variations
Color information
#18CBEE (or 0x18CBEE) is known color: Deep Sky Blue. HEX triplet: 18, CB and EE. RGB value is (24,203,238). Sum of RGB (Red+Green+Blue) = 24+203+238=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #18CBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CBEE is #E73411. Grayscale: #999999. Windows color (decimal): -15152146 or 15649560. OLE color: 15649560.
HSL color Cylindrical-coordinate representation of color #18CBEE: hue angle of 189.81º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CBEE is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 203 | 238 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.07 |
| HSL | 189.81º | 0.86% | 0.51% | - |
| HSV(B) | 189.81º | 0.9% | 0.93% | - |
| XYZ | 37.17 | 49.08 | 88.4 | - |
| YUV | 153.47 | 175.7 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 238 | 0.90 | 0.15 | 0 | 0.07 | 189.81 | 0.86 | 0.51 |
| Hex | 18 | CB | EE | 5A | F | 0 | 7 | BE | 56 | 33 |
| Octal | 30 | 313 | 356 | 132 | 17 | 0 | 7 | 276 | 126 | 63 |
| Binary | 11000 | 11001011 | 11101110 | 1011010 | 1111 | 0 | 111 | 10111110 | 1010110 | 110011 |
Color Harmonies of #18CBEE
Complementary color
Monochromatic Colors of #18CBEE
Black with #18CBEE
Text Example
Text Example
White with #18CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CBEE; }
p { color: rgb(24,203,238); }
H1.HeaderClassName
{
color: #18CBEE;
}
.AnyTagClassName
{
color: #18CBEE;
}
</style>
background-color css
<style>
a { background-color: #18CBEE; }
a { background-color: rgb(24,203,238); }
div.DivClassName
{
background-color: #18CBEE;
}
.BgClassName
{
background-color: #18CBEE;
}
</style>
border-color css
<style>
span { border-color: #18CBEE; }
span { border-color: rgb(24,203,238); }
td.TdClassName
{
border-color: #18CBEE;
}
.TagClassName
{
border-color: #18CBEE;
}
</style>