Shades of Deep Sky Blue #26CEF7
Tints of Deep Sky Blue #26CEF7
RGB
CMYK
RGB Variations
Color information
#26CEF7 (or 0x26CEF7) is known color: Deep Sky Blue. HEX triplet: 26, CE and F7. RGB value is (38,206,247). Sum of RGB (Red+Green+Blue) = 38+206+247=491 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.74% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #26CEF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CEF7 is #D93108. Grayscale: #A0A0A0. Windows color (decimal): -14233865 or 16240166. OLE color: 16240166.
HSL color Cylindrical-coordinate representation of color #26CEF7: hue angle of 191.77º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26CEF7 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 206 | 247 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.03 |
| HSL | 191.77º | 0.93% | 0.56% | - |
| HSV(B) | 191.77º | 0.85% | 0.97% | - |
| XYZ | 39.66 | 51.27 | 95.8 | - |
| YUV | 160.44 | 176.84 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 247 | 0.85 | 0.17 | 0 | 0.03 | 191.77 | 0.93 | 0.56 |
| Hex | 26 | CE | F7 | 55 | 11 | 0 | 3 | C0 | 5D | 38 |
| Octal | 46 | 316 | 367 | 125 | 21 | 0 | 3 | 300 | 135 | 70 |
| Binary | 100110 | 11001110 | 11110111 | 1010101 | 10001 | 0 | 11 | 11000000 | 1011101 | 111000 |
Color Harmonies of #26CEF7
Complementary color
Monochromatic Colors of #26CEF7
Black with #26CEF7
Text Example
Text Example
White with #26CEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CEF7; }
p { color: rgb(38,206,247); }
H1.HeaderClassName
{
color: #26CEF7;
}
.AnyTagClassName
{
color: #26CEF7;
}
</style>
background-color css
<style>
a { background-color: #26CEF7; }
a { background-color: rgb(38,206,247); }
div.DivClassName
{
background-color: #26CEF7;
}
.BgClassName
{
background-color: #26CEF7;
}
</style>
border-color css
<style>
span { border-color: #26CEF7; }
span { border-color: rgb(38,206,247); }
td.TdClassName
{
border-color: #26CEF7;
}
.TagClassName
{
border-color: #26CEF7;
}
</style>