Shades of Deep Sky Blue #18CDF3
Tints of Deep Sky Blue #18CDF3
RGB
CMYK
RGB Variations
Color information
#18CDF3 (or 0x18CDF3) is known color: Deep Sky Blue. HEX triplet: 18, CD and F3. RGB value is (24,205,243). Sum of RGB (Red+Green+Blue) = 24+205+243=472 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.08% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #18CDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CDF3 is #E7320C. Grayscale: #9A9A9A. Windows color (decimal): -15151629 or 15977752. OLE color: 15977752.
HSL color Cylindrical-coordinate representation of color #18CDF3: hue angle of 190.41º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CDF3 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 205 | 243 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.05 |
| HSL | 190.41º | 0.9% | 0.52% | - |
| HSV(B) | 190.41º | 0.9% | 0.95% | - |
| XYZ | 38.39 | 50.33 | 92.49 | - |
| YUV | 155.21 | 177.53 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 205 | 243 | 0.90 | 0.16 | 0 | 0.05 | 190.41 | 0.9 | 0.52 |
| Hex | 18 | CD | F3 | 5A | 10 | 0 | 5 | BE | 5A | 34 |
| Octal | 30 | 315 | 363 | 132 | 20 | 0 | 5 | 276 | 132 | 64 |
| Binary | 11000 | 11001101 | 11110011 | 1011010 | 10000 | 0 | 101 | 10111110 | 1011010 | 110100 |
Color Harmonies of #18CDF3
Complementary color
Monochromatic Colors of #18CDF3
Black with #18CDF3
Text Example
Text Example
White with #18CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CDF3; }
p { color: rgb(24,205,243); }
H1.HeaderClassName
{
color: #18CDF3;
}
.AnyTagClassName
{
color: #18CDF3;
}
</style>
background-color css
<style>
a { background-color: #18CDF3; }
a { background-color: rgb(24,205,243); }
div.DivClassName
{
background-color: #18CDF3;
}
.BgClassName
{
background-color: #18CDF3;
}
</style>
border-color css
<style>
span { border-color: #18CDF3; }
span { border-color: rgb(24,205,243); }
td.TdClassName
{
border-color: #18CDF3;
}
.TagClassName
{
border-color: #18CDF3;
}
</style>