Shades of Deep Sky Blue #23DBFF
Tints of Deep Sky Blue #23DBFF
RGB
CMYK
RGB Variations
Color information
#23DBFF (or 0x23DBFF) is known color: Deep Sky Blue. HEX triplet: 23, DB and FF. RGB value is (35,219,255). Sum of RGB (Red+Green+Blue) = 35+219+255=509 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.88% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #23DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DBFF is #DC2400. Grayscale: #A7A7A7. Windows color (decimal): -14427137 or 16767779. OLE color: 16767779.
HSL color Cylindrical-coordinate representation of color #23DBFF: hue angle of 189.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23DBFF is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 219 | 255 | - |
| CMYK | 0.86 | 0.14 | 0 | 0 |
| HSL | 189.82º | 1% | 0.57% | - |
| HSV(B) | 189.82º | 0.86% | 1% | - |
| XYZ | 44.07 | 58.24 | 103.53 | - |
| YUV | 168.09 | 177.04 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 255 | 0.86 | 0.14 | 0 | 0 | 189.82 | 1 | 0.57 |
| Hex | 23 | DB | FF | 56 | E | 0 | 0 | BE | 64 | 39 |
| Octal | 43 | 333 | 377 | 126 | 16 | 0 | 0 | 276 | 144 | 71 |
| Binary | 100011 | 11011011 | 11111111 | 1010110 | 1110 | 0 | 0 | 10111110 | 1100100 | 111001 |
Color Harmonies of #23DBFF
Complementary color
Monochromatic Colors of #23DBFF
Black with #23DBFF
Text Example
Text Example
White with #23DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBFF; }
p { color: rgb(35,219,255); }
H1.HeaderClassName
{
color: #23DBFF;
}
.AnyTagClassName
{
color: #23DBFF;
}
</style>
background-color css
<style>
a { background-color: #23DBFF; }
a { background-color: rgb(35,219,255); }
div.DivClassName
{
background-color: #23DBFF;
}
.BgClassName
{
background-color: #23DBFF;
}
</style>
border-color css
<style>
span { border-color: #23DBFF; }
span { border-color: rgb(35,219,255); }
td.TdClassName
{
border-color: #23DBFF;
}
.TagClassName
{
border-color: #23DBFF;
}
</style>