Shades of Deep Sky Blue #26CFFF
Tints of Deep Sky Blue #26CFFF
RGB
CMYK
RGB Variations
Color information
#26CFFF (or 0x26CFFF) is known color: Deep Sky Blue. HEX triplet: 26, CF and FF. RGB value is (38,207,255). Sum of RGB (Red+Green+Blue) = 38+207+255=500 (66% of max value = 765). Red value is 38 (15.23% from 255 or 7.6% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #26CFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CFFF is #D93000. Grayscale: #A1A1A1. Windows color (decimal): -14233601 or 16764710. OLE color: 16764710.
HSL color Cylindrical-coordinate representation of color #26CFFF: hue angle of 193.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26CFFF is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 207 | 255 | - |
| CMYK | 0.85 | 0.19 | 0 | 0 |
| HSL | 193.27º | 1% | 0.57% | - |
| HSV(B) | 193.27º | 0.85% | 1% | - |
| XYZ | 41.16 | 52.26 | 102.53 | - |
| YUV | 161.94 | 180.51 | 39.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 207 | 255 | 0.85 | 0.19 | 0 | 0 | 193.27 | 1 | 0.57 |
| Hex | 26 | CF | FF | 55 | 13 | 0 | 0 | C1 | 64 | 39 |
| Octal | 46 | 317 | 377 | 125 | 23 | 0 | 0 | 301 | 144 | 71 |
| Binary | 100110 | 11001111 | 11111111 | 1010101 | 10011 | 0 | 0 | 11000001 | 1100100 | 111001 |
Color Harmonies of #26CFFF
Complementary color
Monochromatic Colors of #26CFFF
Black with #26CFFF
Text Example
Text Example
White with #26CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CFFF; }
p { color: rgb(38,207,255); }
H1.HeaderClassName
{
color: #26CFFF;
}
.AnyTagClassName
{
color: #26CFFF;
}
</style>
background-color css
<style>
a { background-color: #26CFFF; }
a { background-color: rgb(38,207,255); }
div.DivClassName
{
background-color: #26CFFF;
}
.BgClassName
{
background-color: #26CFFF;
}
</style>
border-color css
<style>
span { border-color: #26CFFF; }
span { border-color: rgb(38,207,255); }
td.TdClassName
{
border-color: #26CFFF;
}
.TagClassName
{
border-color: #26CFFF;
}
</style>