Shades of Deep Sky Blue #23DCFE
Tints of Deep Sky Blue #23DCFE
RGB
CMYK
RGB Variations
Color information
#23DCFE (or 0x23DCFE) is known color: Deep Sky Blue. HEX triplet: 23, DC and FE. RGB value is (35,220,254). Sum of RGB (Red+Green+Blue) = 35+220+254=509 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.88% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #23DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DCFE is #DC2301. Grayscale: #A8A8A8. Windows color (decimal): -14426882 or 16702499. OLE color: 16702499.
HSL color Cylindrical-coordinate representation of color #23DCFE: hue angle of 189.32º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23DCFE is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 220 | 254 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.00 |
| HSL | 189.32º | 0.99% | 0.57% | - |
| HSV(B) | 189.32º | 0.86% | 1% | - |
| XYZ | 44.18 | 58.7 | 102.77 | - |
| YUV | 168.56 | 176.21 | 32.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 220 | 254 | 0.86 | 0.13 | 0 | 0.00 | 189.32 | 0.99 | 0.57 |
| Hex | 23 | DC | FE | 56 | D | 0 | 0 | BD | 63 | 39 |
| Octal | 43 | 334 | 376 | 126 | 15 | 0 | 0 | 275 | 143 | 71 |
| Binary | 100011 | 11011100 | 11111110 | 1010110 | 1101 | 0 | 0 | 10111101 | 1100011 | 111001 |
Color Harmonies of #23DCFE
Complementary color
Monochromatic Colors of #23DCFE
Black with #23DCFE
Text Example
Text Example
White with #23DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DCFE; }
p { color: rgb(35,220,254); }
H1.HeaderClassName
{
color: #23DCFE;
}
.AnyTagClassName
{
color: #23DCFE;
}
</style>
background-color css
<style>
a { background-color: #23DCFE; }
a { background-color: rgb(35,220,254); }
div.DivClassName
{
background-color: #23DCFE;
}
.BgClassName
{
background-color: #23DCFE;
}
</style>
border-color css
<style>
span { border-color: #23DCFE; }
span { border-color: rgb(35,220,254); }
td.TdClassName
{
border-color: #23DCFE;
}
.TagClassName
{
border-color: #23DCFE;
}
</style>