Shades of Deep Sky Blue #26CFFD
Tints of Deep Sky Blue #26CFFD
RGB
CMYK
RGB Variations
Color information
#26CFFD (or 0x26CFFD) is known color: Deep Sky Blue. HEX triplet: 26, CF and FD. RGB value is (38,207,253). Sum of RGB (Red+Green+Blue) = 38+207+253=498 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.63% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #26CFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CFFD is #D93002. Grayscale: #A1A1A1. Windows color (decimal): -14233603 or 16633638. OLE color: 16633638.
HSL color Cylindrical-coordinate representation of color #26CFFD: hue angle of 192.84º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26CFFD is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 207 | 253 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.01 |
| HSL | 192.84º | 0.98% | 0.57% | - |
| HSV(B) | 192.84º | 0.85% | 0.99% | - |
| XYZ | 40.84 | 52.13 | 100.84 | - |
| YUV | 161.71 | 179.51 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 207 | 253 | 0.85 | 0.18 | 0 | 0.01 | 192.84 | 0.98 | 0.57 |
| Hex | 26 | CF | FD | 55 | 12 | 0 | 1 | C1 | 62 | 39 |
| Octal | 46 | 317 | 375 | 125 | 22 | 0 | 1 | 301 | 142 | 71 |
| Binary | 100110 | 11001111 | 11111101 | 1010101 | 10010 | 0 | 1 | 11000001 | 1100010 | 111001 |
Color Harmonies of #26CFFD
Complementary color
Monochromatic Colors of #26CFFD
Black with #26CFFD
Text Example
Text Example
White with #26CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CFFD; }
p { color: rgb(38,207,253); }
H1.HeaderClassName
{
color: #26CFFD;
}
.AnyTagClassName
{
color: #26CFFD;
}
</style>
background-color css
<style>
a { background-color: #26CFFD; }
a { background-color: rgb(38,207,253); }
div.DivClassName
{
background-color: #26CFFD;
}
.BgClassName
{
background-color: #26CFFD;
}
</style>
border-color css
<style>
span { border-color: #26CFFD; }
span { border-color: rgb(38,207,253); }
td.TdClassName
{
border-color: #26CFFD;
}
.TagClassName
{
border-color: #26CFFD;
}
</style>