Shades of Deep Sky Blue #23D0FE
Tints of Deep Sky Blue #23D0FE
RGB
CMYK
RGB Variations
Color information
#23D0FE (or 0x23D0FE) is known color: Deep Sky Blue. HEX triplet: 23, D0 and FE. RGB value is (35,208,254). Sum of RGB (Red+Green+Blue) = 35+208+254=497 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.04% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #23D0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23D0FE is #DC2F01. Grayscale: #A1A1A1. Windows color (decimal): -14429954 or 16699427. OLE color: 16699427.
HSL color Cylindrical-coordinate representation of color #23D0FE: hue angle of 192.6º 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 #23D0FE is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 208 | 254 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.00 |
| HSL | 192.6º | 0.99% | 0.57% | - |
| HSV(B) | 192.6º | 0.86% | 1% | - |
| XYZ | 41.14 | 52.62 | 101.76 | - |
| YUV | 161.52 | 180.19 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 208 | 254 | 0.86 | 0.18 | 0 | 0.00 | 192.6 | 0.99 | 0.57 |
| Hex | 23 | D0 | FE | 56 | 12 | 0 | 0 | C1 | 63 | 39 |
| Octal | 43 | 320 | 376 | 126 | 22 | 0 | 0 | 301 | 143 | 71 |
| Binary | 100011 | 11010000 | 11111110 | 1010110 | 10010 | 0 | 0 | 11000001 | 1100011 | 111001 |
Color Harmonies of #23D0FE
Complementary color
Monochromatic Colors of #23D0FE
Black with #23D0FE
Text Example
Text Example
White with #23D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D0FE; }
p { color: rgb(35,208,254); }
H1.HeaderClassName
{
color: #23D0FE;
}
.AnyTagClassName
{
color: #23D0FE;
}
</style>
background-color css
<style>
a { background-color: #23D0FE; }
a { background-color: rgb(35,208,254); }
div.DivClassName
{
background-color: #23D0FE;
}
.BgClassName
{
background-color: #23D0FE;
}
</style>
border-color css
<style>
span { border-color: #23D0FE; }
span { border-color: rgb(35,208,254); }
td.TdClassName
{
border-color: #23D0FE;
}
.TagClassName
{
border-color: #23D0FE;
}
</style>