Shades of Deep Sky Blue #26BFFF
Tints of Deep Sky Blue #26BFFF
RGB
CMYK
RGB Variations
Color information
#26BFFF (or 0x26BFFF) is known color: Deep Sky Blue. HEX triplet: 26, BF and FF. RGB value is (38,191,255). Sum of RGB (Red+Green+Blue) = 38+191+255=484 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.85% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #26BFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BFFF is #D94000. Grayscale: #989898. Windows color (decimal): -14237697 or 16760614. OLE color: 16760614.
HSL color Cylindrical-coordinate representation of color #26BFFF: hue angle of 197.7º 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 #26BFFF is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 191 | 255 | - |
| CMYK | 0.85 | 0.25 | 0 | 0 |
| HSL | 197.7º | 1% | 0.57% | - |
| HSV(B) | 197.7º | 0.85% | 1% | - |
| XYZ | 37.48 | 44.89 | 101.3 | - |
| YUV | 152.55 | 185.81 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 191 | 255 | 0.85 | 0.25 | 0 | 0 | 197.7 | 1 | 0.57 |
| Hex | 26 | BF | FF | 55 | 19 | 0 | 0 | C6 | 64 | 39 |
| Octal | 46 | 277 | 377 | 125 | 31 | 0 | 0 | 306 | 144 | 71 |
| Binary | 100110 | 10111111 | 11111111 | 1010101 | 11001 | 0 | 0 | 11000110 | 1100100 | 111001 |
Color Harmonies of #26BFFF
Complementary color
Monochromatic Colors of #26BFFF
Black with #26BFFF
Text Example
Text Example
White with #26BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BFFF; }
p { color: rgb(38,191,255); }
H1.HeaderClassName
{
color: #26BFFF;
}
.AnyTagClassName
{
color: #26BFFF;
}
</style>
background-color css
<style>
a { background-color: #26BFFF; }
a { background-color: rgb(38,191,255); }
div.DivClassName
{
background-color: #26BFFF;
}
.BgClassName
{
background-color: #26BFFF;
}
</style>
border-color css
<style>
span { border-color: #26BFFF; }
span { border-color: rgb(38,191,255); }
td.TdClassName
{
border-color: #26BFFF;
}
.TagClassName
{
border-color: #26BFFF;
}
</style>