Shades of Deep Sky Blue #26BCFE
Tints of Deep Sky Blue #26BCFE
RGB
CMYK
RGB Variations
Color information
#26BCFE (or 0x26BCFE) is known color: Deep Sky Blue. HEX triplet: 26, BC and FE. RGB value is (38,188,254). Sum of RGB (Red+Green+Blue) = 38+188+254=480 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.92% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #26BCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BCFE is #D94301. Grayscale: #969696. Windows color (decimal): -14238466 or 16694310. OLE color: 16694310.
HSL color Cylindrical-coordinate representation of color #26BCFE: hue angle of 198.33º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26BCFE is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 188 | 254 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.00 |
| HSL | 198.33º | 0.99% | 0.57% | - |
| HSV(B) | 198.33º | 0.85% | 1% | - |
| XYZ | 36.67 | 43.53 | 100.24 | - |
| YUV | 150.67 | 186.31 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 254 | 0.85 | 0.26 | 0 | 0.00 | 198.33 | 0.99 | 0.57 |
| Hex | 26 | BC | FE | 55 | 1A | 0 | 0 | C6 | 63 | 39 |
| Octal | 46 | 274 | 376 | 125 | 32 | 0 | 0 | 306 | 143 | 71 |
| Binary | 100110 | 10111100 | 11111110 | 1010101 | 11010 | 0 | 0 | 11000110 | 1100011 | 111001 |
Color Harmonies of #26BCFE
Complementary color
Monochromatic Colors of #26BCFE
Black with #26BCFE
Text Example
Text Example
White with #26BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BCFE; }
p { color: rgb(38,188,254); }
H1.HeaderClassName
{
color: #26BCFE;
}
.AnyTagClassName
{
color: #26BCFE;
}
</style>
background-color css
<style>
a { background-color: #26BCFE; }
a { background-color: rgb(38,188,254); }
div.DivClassName
{
background-color: #26BCFE;
}
.BgClassName
{
background-color: #26BCFE;
}
</style>
border-color css
<style>
span { border-color: #26BCFE; }
span { border-color: rgb(38,188,254); }
td.TdClassName
{
border-color: #26BCFE;
}
.TagClassName
{
border-color: #26BCFE;
}
</style>