Shades of Deep Sky Blue #23D7FF
Tints of Deep Sky Blue #23D7FF
RGB
CMYK
RGB Variations
Color information
#23D7FF (or 0x23D7FF) is known color: Deep Sky Blue. HEX triplet: 23, D7 and FF. RGB value is (35,215,255). Sum of RGB (Red+Green+Blue) = 35+215+255=505 (66% of max value = 765). Red value is 35 (14.06% from 255 or 6.93% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #23D7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23D7FF is #DC2800. Grayscale: #A5A5A5. Windows color (decimal): -14428161 or 16766755. OLE color: 16766755.
HSL color Cylindrical-coordinate representation of color #23D7FF: hue angle of 190.91º 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 #23D7FF is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 215 | 255 | - |
| CMYK | 0.86 | 0.16 | 0 | 0 |
| HSL | 190.91º | 1% | 0.57% | - |
| HSV(B) | 190.91º | 0.86% | 1% | - |
| XYZ | 43.04 | 56.18 | 103.18 | - |
| YUV | 165.74 | 178.37 | 34.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 215 | 255 | 0.86 | 0.16 | 0 | 0 | 190.91 | 1 | 0.57 |
| Hex | 23 | D7 | FF | 56 | 10 | 0 | 0 | BF | 64 | 39 |
| Octal | 43 | 327 | 377 | 126 | 20 | 0 | 0 | 277 | 144 | 71 |
| Binary | 100011 | 11010111 | 11111111 | 1010110 | 10000 | 0 | 0 | 10111111 | 1100100 | 111001 |
Color Harmonies of #23D7FF
Complementary color
Monochromatic Colors of #23D7FF
Black with #23D7FF
Text Example
Text Example
White with #23D7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D7FF; }
p { color: rgb(35,215,255); }
H1.HeaderClassName
{
color: #23D7FF;
}
.AnyTagClassName
{
color: #23D7FF;
}
</style>
background-color css
<style>
a { background-color: #23D7FF; }
a { background-color: rgb(35,215,255); }
div.DivClassName
{
background-color: #23D7FF;
}
.BgClassName
{
background-color: #23D7FF;
}
</style>
border-color css
<style>
span { border-color: #23D7FF; }
span { border-color: rgb(35,215,255); }
td.TdClassName
{
border-color: #23D7FF;
}
.TagClassName
{
border-color: #23D7FF;
}
</style>