Shades of Deep Sky Blue #23DBFE
Tints of Deep Sky Blue #23DBFE
RGB
CMYK
RGB Variations
Color information
#23DBFE (or 0x23DBFE) is known color: Deep Sky Blue. HEX triplet: 23, DB and FE. RGB value is (35,219,254). Sum of RGB (Red+Green+Blue) = 35+219+254=508 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.89% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #23DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DBFE is #DC2401. Grayscale: #A7A7A7. Windows color (decimal): -14427138 or 16702243. OLE color: 16702243.
HSL color Cylindrical-coordinate representation of color #23DBFE: hue angle of 189.59º 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 #23DBFE is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 219 | 254 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.00 |
| HSL | 189.59º | 0.99% | 0.57% | - |
| HSV(B) | 189.59º | 0.86% | 1% | - |
| XYZ | 43.91 | 58.18 | 102.68 | - |
| YUV | 167.97 | 176.54 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 254 | 0.86 | 0.14 | 0 | 0.00 | 189.59 | 0.99 | 0.57 |
| Hex | 23 | DB | FE | 56 | E | 0 | 0 | BE | 63 | 39 |
| Octal | 43 | 333 | 376 | 126 | 16 | 0 | 0 | 276 | 143 | 71 |
| Binary | 100011 | 11011011 | 11111110 | 1010110 | 1110 | 0 | 0 | 10111110 | 1100011 | 111001 |
Color Harmonies of #23DBFE
Complementary color
Monochromatic Colors of #23DBFE
Black with #23DBFE
Text Example
Text Example
White with #23DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBFE; }
p { color: rgb(35,219,254); }
H1.HeaderClassName
{
color: #23DBFE;
}
.AnyTagClassName
{
color: #23DBFE;
}
</style>
background-color css
<style>
a { background-color: #23DBFE; }
a { background-color: rgb(35,219,254); }
div.DivClassName
{
background-color: #23DBFE;
}
.BgClassName
{
background-color: #23DBFE;
}
</style>
border-color css
<style>
span { border-color: #23DBFE; }
span { border-color: rgb(35,219,254); }
td.TdClassName
{
border-color: #23DBFE;
}
.TagClassName
{
border-color: #23DBFE;
}
</style>