Shades of Deep Sky Blue #26BDFF
Tints of Deep Sky Blue #26BDFF
RGB
CMYK
RGB Variations
Color information
#26BDFF (or 0x26BDFF) is known color: Deep Sky Blue. HEX triplet: 26, BD and FF. RGB value is (38,189,255). Sum of RGB (Red+Green+Blue) = 38+189+255=482 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.88% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #26BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BDFF is #D94200. Grayscale: #969696. Windows color (decimal): -14238209 or 16760102. OLE color: 16760102.
HSL color Cylindrical-coordinate representation of color #26BDFF: hue angle of 198.25º 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 #26BDFF is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 189 | 255 | - |
| CMYK | 0.85 | 0.26 | 0 | 0 |
| HSL | 198.25º | 1% | 0.57% | - |
| HSV(B) | 198.25º | 0.85% | 1% | - |
| XYZ | 37.05 | 44.03 | 101.15 | - |
| YUV | 151.38 | 186.47 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 255 | 0.85 | 0.26 | 0 | 0 | 198.25 | 1 | 0.57 |
| Hex | 26 | BD | FF | 55 | 1A | 0 | 0 | C6 | 64 | 39 |
| Octal | 46 | 275 | 377 | 125 | 32 | 0 | 0 | 306 | 144 | 71 |
| Binary | 100110 | 10111101 | 11111111 | 1010101 | 11010 | 0 | 0 | 11000110 | 1100100 | 111001 |
Color Harmonies of #26BDFF
Complementary color
Monochromatic Colors of #26BDFF
Black with #26BDFF
Text Example
Text Example
White with #26BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BDFF; }
p { color: rgb(38,189,255); }
H1.HeaderClassName
{
color: #26BDFF;
}
.AnyTagClassName
{
color: #26BDFF;
}
</style>
background-color css
<style>
a { background-color: #26BDFF; }
a { background-color: rgb(38,189,255); }
div.DivClassName
{
background-color: #26BDFF;
}
.BgClassName
{
background-color: #26BDFF;
}
</style>
border-color css
<style>
span { border-color: #26BDFF; }
span { border-color: rgb(38,189,255); }
td.TdClassName
{
border-color: #26BDFF;
}
.TagClassName
{
border-color: #26BDFF;
}
</style>