Shades of Deep Sky Blue #23D4FF
Tints of Deep Sky Blue #23D4FF
RGB
CMYK
RGB Variations
Color information
#23D4FF (or 0x23D4FF) is known color: Deep Sky Blue. HEX triplet: 23, D4 and FF. RGB value is (35,212,255). Sum of RGB (Red+Green+Blue) = 35+212+255=502 (66% of max value = 765). Red value is 35 (14.06% from 255 or 6.97% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #23D4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23D4FF is #DC2B00. Grayscale: #A3A3A3. Windows color (decimal): -14428929 or 16765987. OLE color: 16765987.
HSL color Cylindrical-coordinate representation of color #23D4FF: hue angle of 191.73º 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 #23D4FF is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 212 | 255 | - |
| CMYK | 0.86 | 0.17 | 0 | 0 |
| HSL | 191.73º | 1% | 0.57% | - |
| HSV(B) | 191.73º | 0.86% | 1% | - |
| XYZ | 42.29 | 54.66 | 102.93 | - |
| YUV | 163.98 | 179.36 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 212 | 255 | 0.86 | 0.17 | 0 | 0 | 191.73 | 1 | 0.57 |
| Hex | 23 | D4 | FF | 56 | 11 | 0 | 0 | C0 | 64 | 39 |
| Octal | 43 | 324 | 377 | 126 | 21 | 0 | 0 | 300 | 144 | 71 |
| Binary | 100011 | 11010100 | 11111111 | 1010110 | 10001 | 0 | 0 | 11000000 | 1100100 | 111001 |
Color Harmonies of #23D4FF
Complementary color
Monochromatic Colors of #23D4FF
Black with #23D4FF
Text Example
Text Example
White with #23D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D4FF; }
p { color: rgb(35,212,255); }
H1.HeaderClassName
{
color: #23D4FF;
}
.AnyTagClassName
{
color: #23D4FF;
}
</style>
background-color css
<style>
a { background-color: #23D4FF; }
a { background-color: rgb(35,212,255); }
div.DivClassName
{
background-color: #23D4FF;
}
.BgClassName
{
background-color: #23D4FF;
}
</style>
border-color css
<style>
span { border-color: #23D4FF; }
span { border-color: rgb(35,212,255); }
td.TdClassName
{
border-color: #23D4FF;
}
.TagClassName
{
border-color: #23D4FF;
}
</style>