Shades of Deep Sky Blue #23DBFD
Tints of Deep Sky Blue #23DBFD
RGB
CMYK
RGB Variations
Color information
#23DBFD (or 0x23DBFD) is known color: Deep Sky Blue. HEX triplet: 23, DB and FD. RGB value is (35,219,253). Sum of RGB (Red+Green+Blue) = 35+219+253=507 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.90% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #23DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DBFD is #DC2402. Grayscale: #A7A7A7. Windows color (decimal): -14427139 or 16636707. OLE color: 16636707.
HSL color Cylindrical-coordinate representation of color #23DBFD: hue angle of 189.36º degrees, saturation: 0.98, 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 #23DBFD is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 219 | 253 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.01 |
| HSL | 189.36º | 0.98% | 0.56% | - |
| HSV(B) | 189.36º | 0.86% | 0.99% | - |
| XYZ | 43.75 | 58.11 | 101.84 | - |
| YUV | 167.86 | 176.04 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 219 | 253 | 0.86 | 0.13 | 0 | 0.01 | 189.36 | 0.98 | 0.56 |
| Hex | 23 | DB | FD | 56 | D | 0 | 1 | BD | 62 | 38 |
| Octal | 43 | 333 | 375 | 126 | 15 | 0 | 1 | 275 | 142 | 70 |
| Binary | 100011 | 11011011 | 11111101 | 1010110 | 1101 | 0 | 1 | 10111101 | 1100010 | 111000 |
Color Harmonies of #23DBFD
Complementary color
Monochromatic Colors of #23DBFD
Black with #23DBFD
Text Example
Text Example
White with #23DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DBFD; }
p { color: rgb(35,219,253); }
H1.HeaderClassName
{
color: #23DBFD;
}
.AnyTagClassName
{
color: #23DBFD;
}
</style>
background-color css
<style>
a { background-color: #23DBFD; }
a { background-color: rgb(35,219,253); }
div.DivClassName
{
background-color: #23DBFD;
}
.BgClassName
{
background-color: #23DBFD;
}
</style>
border-color css
<style>
span { border-color: #23DBFD; }
span { border-color: rgb(35,219,253); }
td.TdClassName
{
border-color: #23DBFD;
}
.TagClassName
{
border-color: #23DBFD;
}
</style>