Shades of Deep Sky Blue #23CFFD
Tints of Deep Sky Blue #23CFFD
RGB
CMYK
RGB Variations
Color information
#23CFFD (or 0x23CFFD) is known color: Deep Sky Blue. HEX triplet: 23, CF and FD. RGB value is (35,207,253). Sum of RGB (Red+Green+Blue) = 35+207+253=495 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.07% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #23CFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CFFD is #DC3002. Grayscale: #A0A0A0. Windows color (decimal): -14430211 or 16633635. OLE color: 16633635.
HSL color Cylindrical-coordinate representation of color #23CFFD: hue angle of 192.66º 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 #23CFFD is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 207 | 253 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.01 |
| HSL | 192.66º | 0.98% | 0.56% | - |
| HSV(B) | 192.66º | 0.86% | 0.99% | - |
| XYZ | 40.74 | 52.07 | 100.83 | - |
| YUV | 160.82 | 180.02 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 253 | 0.86 | 0.18 | 0 | 0.01 | 192.66 | 0.98 | 0.56 |
| Hex | 23 | CF | FD | 56 | 12 | 0 | 1 | C1 | 62 | 38 |
| Octal | 43 | 317 | 375 | 126 | 22 | 0 | 1 | 301 | 142 | 70 |
| Binary | 100011 | 11001111 | 11111101 | 1010110 | 10010 | 0 | 1 | 11000001 | 1100010 | 111000 |
Color Harmonies of #23CFFD
Complementary color
Monochromatic Colors of #23CFFD
Black with #23CFFD
Text Example
Text Example
White with #23CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CFFD; }
p { color: rgb(35,207,253); }
H1.HeaderClassName
{
color: #23CFFD;
}
.AnyTagClassName
{
color: #23CFFD;
}
</style>
background-color css
<style>
a { background-color: #23CFFD; }
a { background-color: rgb(35,207,253); }
div.DivClassName
{
background-color: #23CFFD;
}
.BgClassName
{
background-color: #23CFFD;
}
</style>
border-color css
<style>
span { border-color: #23CFFD; }
span { border-color: rgb(35,207,253); }
td.TdClassName
{
border-color: #23CFFD;
}
.TagClassName
{
border-color: #23CFFD;
}
</style>