Shades of Deep Sky Blue #23D3FC
Tints of Deep Sky Blue #23D3FC
RGB
CMYK
RGB Variations
Color information
#23D3FC (or 0x23D3FC) is known color: Deep Sky Blue. HEX triplet: 23, D3 and FC. RGB value is (35,211,252). Sum of RGB (Red+Green+Blue) = 35+211+252=498 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.03% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #23D3FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23D3FC is #DC2C03. Grayscale: #A2A2A2. Windows color (decimal): -14429188 or 16569123. OLE color: 16569123.
HSL color Cylindrical-coordinate representation of color #23D3FC: hue angle of 191.34º 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 #23D3FC is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 211 | 252 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.01 |
| HSL | 191.34º | 0.97% | 0.56% | - |
| HSV(B) | 191.34º | 0.86% | 0.99% | - |
| XYZ | 41.56 | 53.97 | 100.32 | - |
| YUV | 163.05 | 178.19 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 211 | 252 | 0.86 | 0.16 | 0 | 0.01 | 191.34 | 0.97 | 0.56 |
| Hex | 23 | D3 | FC | 56 | 10 | 0 | 1 | BF | 61 | 38 |
| Octal | 43 | 323 | 374 | 126 | 20 | 0 | 1 | 277 | 141 | 70 |
| Binary | 100011 | 11010011 | 11111100 | 1010110 | 10000 | 0 | 1 | 10111111 | 1100001 | 111000 |
Color Harmonies of #23D3FC
Complementary color
Monochromatic Colors of #23D3FC
Black with #23D3FC
Text Example
Text Example
White with #23D3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D3FC; }
p { color: rgb(35,211,252); }
H1.HeaderClassName
{
color: #23D3FC;
}
.AnyTagClassName
{
color: #23D3FC;
}
</style>
background-color css
<style>
a { background-color: #23D3FC; }
a { background-color: rgb(35,211,252); }
div.DivClassName
{
background-color: #23D3FC;
}
.BgClassName
{
background-color: #23D3FC;
}
</style>
border-color css
<style>
span { border-color: #23D3FC; }
span { border-color: rgb(35,211,252); }
td.TdClassName
{
border-color: #23D3FC;
}
.TagClassName
{
border-color: #23D3FC;
}
</style>