Shades of Deep Sky Blue #23CDF6
Tints of Deep Sky Blue #23CDF6
RGB
CMYK
RGB Variations
Color information
#23CDF6 (or 0x23CDF6) is known color: Deep Sky Blue. HEX triplet: 23, CD and F6. RGB value is (35,205,246). Sum of RGB (Red+Green+Blue) = 35+205+246=486 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.20% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #23CDF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CDF6 is #DC3209. Grayscale: #9E9E9E. Windows color (decimal): -14430730 or 16174371. OLE color: 16174371.
HSL color Cylindrical-coordinate representation of color #23CDF6: hue angle of 191.66º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23CDF6 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 205 | 246 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.04 |
| HSL | 191.66º | 0.92% | 0.55% | - |
| HSV(B) | 191.66º | 0.86% | 0.96% | - |
| XYZ | 39.16 | 50.67 | 94.91 | - |
| YUV | 158.84 | 177.18 | 39.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 205 | 246 | 0.86 | 0.17 | 0 | 0.04 | 191.66 | 0.92 | 0.55 |
| Hex | 23 | CD | F6 | 56 | 11 | 0 | 4 | C0 | 5C | 37 |
| Octal | 43 | 315 | 366 | 126 | 21 | 0 | 4 | 300 | 134 | 67 |
| Binary | 100011 | 11001101 | 11110110 | 1010110 | 10001 | 0 | 100 | 11000000 | 1011100 | 110111 |
Color Harmonies of #23CDF6
Complementary color
Monochromatic Colors of #23CDF6
Black with #23CDF6
Text Example
Text Example
White with #23CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CDF6; }
p { color: rgb(35,205,246); }
H1.HeaderClassName
{
color: #23CDF6;
}
.AnyTagClassName
{
color: #23CDF6;
}
</style>
background-color css
<style>
a { background-color: #23CDF6; }
a { background-color: rgb(35,205,246); }
div.DivClassName
{
background-color: #23CDF6;
}
.BgClassName
{
background-color: #23CDF6;
}
</style>
border-color css
<style>
span { border-color: #23CDF6; }
span { border-color: rgb(35,205,246); }
td.TdClassName
{
border-color: #23CDF6;
}
.TagClassName
{
border-color: #23CDF6;
}
</style>