Shades of Deep Sky Blue #23D3FF
Tints of Deep Sky Blue #23D3FF
RGB
CMYK
RGB Variations
Color information
#23D3FF (or 0x23D3FF) is known color: Deep Sky Blue. HEX triplet: 23, D3 and FF. RGB value is (35,211,255). Sum of RGB (Red+Green+Blue) = 35+211+255=501 (66% of max value = 765). Red value is 35 (14.06% from 255 or 6.99% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #23D3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23D3FF is #DC2C00. Grayscale: #A3A3A3. Windows color (decimal): -14429185 or 16765731. OLE color: 16765731.
HSL color Cylindrical-coordinate representation of color #23D3FF: hue angle of 192º 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 #23D3FF is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 211 | 255 | - |
| CMYK | 0.86 | 0.17 | 0 | 0 |
| HSL | 192º | 1% | 0.57% | - |
| HSV(B) | 192º | 0.86% | 1% | - |
| XYZ | 42.04 | 54.17 | 102.85 | - |
| YUV | 163.39 | 179.69 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 211 | 255 | 0.86 | 0.17 | 0 | 0 | 192 | 1 | 0.57 |
| Hex | 23 | D3 | FF | 56 | 11 | 0 | 0 | C0 | 64 | 39 |
| Octal | 43 | 323 | 377 | 126 | 21 | 0 | 0 | 300 | 144 | 71 |
| Binary | 100011 | 11010011 | 11111111 | 1010110 | 10001 | 0 | 0 | 11000000 | 1100100 | 111001 |
Color Harmonies of #23D3FF
Complementary color
Monochromatic Colors of #23D3FF
Black with #23D3FF
Text Example
Text Example
White with #23D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D3FF; }
p { color: rgb(35,211,255); }
H1.HeaderClassName
{
color: #23D3FF;
}
.AnyTagClassName
{
color: #23D3FF;
}
</style>
background-color css
<style>
a { background-color: #23D3FF; }
a { background-color: rgb(35,211,255); }
div.DivClassName
{
background-color: #23D3FF;
}
.BgClassName
{
background-color: #23D3FF;
}
</style>
border-color css
<style>
span { border-color: #23D3FF; }
span { border-color: rgb(35,211,255); }
td.TdClassName
{
border-color: #23D3FF;
}
.TagClassName
{
border-color: #23D3FF;
}
</style>