Shades of Deep Sky Blue #26BEFF
Tints of Deep Sky Blue #26BEFF
RGB
CMYK
RGB Variations
Color information
#26BEFF (or 0x26BEFF) is known color: Deep Sky Blue. HEX triplet: 26, BE and FF. RGB value is (38,190,255). Sum of RGB (Red+Green+Blue) = 38+190+255=483 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.87% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #26BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BEFF is #D94100. Grayscale: #979797. Windows color (decimal): -14237953 or 16760358. OLE color: 16760358.
HSL color Cylindrical-coordinate representation of color #26BEFF: hue angle of 197.97º 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 #26BEFF is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 190 | 255 | - |
| CMYK | 0.85 | 0.25 | 0 | 0 |
| HSL | 197.97º | 1% | 0.57% | - |
| HSV(B) | 197.97º | 0.85% | 1% | - |
| XYZ | 37.26 | 44.46 | 101.23 | - |
| YUV | 151.96 | 186.14 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 255 | 0.85 | 0.25 | 0 | 0 | 197.97 | 1 | 0.57 |
| Hex | 26 | BE | FF | 55 | 19 | 0 | 0 | C6 | 64 | 39 |
| Octal | 46 | 276 | 377 | 125 | 31 | 0 | 0 | 306 | 144 | 71 |
| Binary | 100110 | 10111110 | 11111111 | 1010101 | 11001 | 0 | 0 | 11000110 | 1100100 | 111001 |
Color Harmonies of #26BEFF
Complementary color
Monochromatic Colors of #26BEFF
Black with #26BEFF
Text Example
Text Example
White with #26BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BEFF; }
p { color: rgb(38,190,255); }
H1.HeaderClassName
{
color: #26BEFF;
}
.AnyTagClassName
{
color: #26BEFF;
}
</style>
background-color css
<style>
a { background-color: #26BEFF; }
a { background-color: rgb(38,190,255); }
div.DivClassName
{
background-color: #26BEFF;
}
.BgClassName
{
background-color: #26BEFF;
}
</style>
border-color css
<style>
span { border-color: #26BEFF; }
span { border-color: rgb(38,190,255); }
td.TdClassName
{
border-color: #26BEFF;
}
.TagClassName
{
border-color: #26BEFF;
}
</style>