Shades of Deep Sky Blue #23D0FC
Tints of Deep Sky Blue #23D0FC
RGB
CMYK
RGB Variations
Color information
#23D0FC (or 0x23D0FC) is known color: Deep Sky Blue. HEX triplet: 23, D0 and FC. RGB value is (35,208,252). Sum of RGB (Red+Green+Blue) = 35+208+252=495 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.07% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #23D0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23D0FC is #DC2F03. Grayscale: #A0A0A0. Windows color (decimal): -14429956 or 16568355. OLE color: 16568355.
HSL color Cylindrical-coordinate representation of color #23D0FC: hue angle of 192.17º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23D0FC is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 208 | 252 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.01 |
| HSL | 192.17º | 0.97% | 0.56% | - |
| HSV(B) | 192.17º | 0.86% | 0.99% | - |
| XYZ | 40.82 | 52.5 | 100.08 | - |
| YUV | 161.29 | 179.19 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 208 | 252 | 0.86 | 0.17 | 0 | 0.01 | 192.17 | 0.97 | 0.56 |
| Hex | 23 | D0 | FC | 56 | 11 | 0 | 1 | C0 | 61 | 38 |
| Octal | 43 | 320 | 374 | 126 | 21 | 0 | 1 | 300 | 141 | 70 |
| Binary | 100011 | 11010000 | 11111100 | 1010110 | 10001 | 0 | 1 | 11000000 | 1100001 | 111000 |
Color Harmonies of #23D0FC
Complementary color
Monochromatic Colors of #23D0FC
Black with #23D0FC
Text Example
Text Example
White with #23D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D0FC; }
p { color: rgb(35,208,252); }
H1.HeaderClassName
{
color: #23D0FC;
}
.AnyTagClassName
{
color: #23D0FC;
}
</style>
background-color css
<style>
a { background-color: #23D0FC; }
a { background-color: rgb(35,208,252); }
div.DivClassName
{
background-color: #23D0FC;
}
.BgClassName
{
background-color: #23D0FC;
}
</style>
border-color css
<style>
span { border-color: #23D0FC; }
span { border-color: rgb(35,208,252); }
td.TdClassName
{
border-color: #23D0FC;
}
.TagClassName
{
border-color: #23D0FC;
}
</style>