Shades of Deep Sky Blue #26CCFF
Tints of Deep Sky Blue #26CCFF
RGB
CMYK
RGB Variations
Color information
#26CCFF (or 0x26CCFF) is known color: Deep Sky Blue. HEX triplet: 26, CC and FF. RGB value is (38,204,255). Sum of RGB (Red+Green+Blue) = 38+204+255=497 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.65% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #26CCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CCFF is #D93300. Grayscale: #9F9F9F. Windows color (decimal): -14234369 or 16763942. OLE color: 16763942.
HSL color Cylindrical-coordinate representation of color #26CCFF: hue angle of 194.1º 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 #26CCFF is Cyan = 0.85, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 204 | 255 | - |
| CMYK | 0.85 | 0.2 | 0 | 0 |
| HSL | 194.1º | 1% | 0.57% | - |
| HSV(B) | 194.1º | 0.85% | 1% | - |
| XYZ | 40.44 | 50.82 | 102.29 | - |
| YUV | 160.18 | 181.5 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 204 | 255 | 0.85 | 0.2 | 0 | 0 | 194.1 | 1 | 0.57 |
| Hex | 26 | CC | FF | 55 | 14 | 0 | 0 | C2 | 64 | 39 |
| Octal | 46 | 314 | 377 | 125 | 24 | 0 | 0 | 302 | 144 | 71 |
| Binary | 100110 | 11001100 | 11111111 | 1010101 | 10100 | 0 | 0 | 11000010 | 1100100 | 111001 |
Color Harmonies of #26CCFF
Complementary color
Monochromatic Colors of #26CCFF
Black with #26CCFF
Text Example
Text Example
White with #26CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CCFF; }
p { color: rgb(38,204,255); }
H1.HeaderClassName
{
color: #26CCFF;
}
.AnyTagClassName
{
color: #26CCFF;
}
</style>
background-color css
<style>
a { background-color: #26CCFF; }
a { background-color: rgb(38,204,255); }
div.DivClassName
{
background-color: #26CCFF;
}
.BgClassName
{
background-color: #26CCFF;
}
</style>
border-color css
<style>
span { border-color: #26CCFF; }
span { border-color: rgb(38,204,255); }
td.TdClassName
{
border-color: #26CCFF;
}
.TagClassName
{
border-color: #26CCFF;
}
</style>