Shades of Deep Sky Blue #26CEFF
Tints of Deep Sky Blue #26CEFF
RGB
CMYK
RGB Variations
Color information
#26CEFF (or 0x26CEFF) is known color: Deep Sky Blue. HEX triplet: 26, CE and FF. RGB value is (38,206,255). Sum of RGB (Red+Green+Blue) = 38+206+255=499 (66% of max value = 765). Red value is 38 (15.23% from 255 or 7.62% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #26CEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CEFF is #D93100. Grayscale: #A0A0A0. Windows color (decimal): -14233857 or 16764454. OLE color: 16764454.
HSL color Cylindrical-coordinate representation of color #26CEFF: hue angle of 193.55º 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 #26CEFF is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 206 | 255 | - |
| CMYK | 0.85 | 0.19 | 0 | 0 |
| HSL | 193.55º | 1% | 0.57% | - |
| HSV(B) | 193.55º | 0.85% | 1% | - |
| XYZ | 40.92 | 51.77 | 102.44 | - |
| YUV | 161.35 | 180.84 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 255 | 0.85 | 0.19 | 0 | 0 | 193.55 | 1 | 0.57 |
| Hex | 26 | CE | FF | 55 | 13 | 0 | 0 | C2 | 64 | 39 |
| Octal | 46 | 316 | 377 | 125 | 23 | 0 | 0 | 302 | 144 | 71 |
| Binary | 100110 | 11001110 | 11111111 | 1010101 | 10011 | 0 | 0 | 11000010 | 1100100 | 111001 |
Color Harmonies of #26CEFF
Complementary color
Monochromatic Colors of #26CEFF
Black with #26CEFF
Text Example
Text Example
White with #26CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CEFF; }
p { color: rgb(38,206,255); }
H1.HeaderClassName
{
color: #26CEFF;
}
.AnyTagClassName
{
color: #26CEFF;
}
</style>
background-color css
<style>
a { background-color: #26CEFF; }
a { background-color: rgb(38,206,255); }
div.DivClassName
{
background-color: #26CEFF;
}
.BgClassName
{
background-color: #26CEFF;
}
</style>
border-color css
<style>
span { border-color: #26CEFF; }
span { border-color: rgb(38,206,255); }
td.TdClassName
{
border-color: #26CEFF;
}
.TagClassName
{
border-color: #26CEFF;
}
</style>