Shades of Deep Sky Blue #26DAFE
Tints of Deep Sky Blue #26DAFE
RGB
CMYK
RGB Variations
Color information
#26DAFE (or 0x26DAFE) is known color: Deep Sky Blue. HEX triplet: 26, DA and FE. RGB value is (38,218,254). Sum of RGB (Red+Green+Blue) = 38+218+254=510 (67% of max value = 765). Red value is 38 (15.23% from 255 or 7.45% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #26DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26DAFE is #D92501. Grayscale: #A7A7A7. Windows color (decimal): -14230786 or 16701990. OLE color: 16701990.
HSL color Cylindrical-coordinate representation of color #26DAFE: hue angle of 190º 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 #26DAFE is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 218 | 254 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.00 |
| HSL | 190º | 0.99% | 0.57% | - |
| HSV(B) | 190º | 0.85% | 1% | - |
| XYZ | 43.76 | 57.71 | 102.6 | - |
| YUV | 168.28 | 176.37 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 254 | 0.85 | 0.14 | 0 | 0.00 | 190 | 0.99 | 0.57 |
| Hex | 26 | DA | FE | 55 | E | 0 | 0 | BE | 63 | 39 |
| Octal | 46 | 332 | 376 | 125 | 16 | 0 | 0 | 276 | 143 | 71 |
| Binary | 100110 | 11011010 | 11111110 | 1010101 | 1110 | 0 | 0 | 10111110 | 1100011 | 111001 |
Color Harmonies of #26DAFE
Complementary color
Monochromatic Colors of #26DAFE
Black with #26DAFE
Text Example
Text Example
White with #26DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DAFE; }
p { color: rgb(38,218,254); }
H1.HeaderClassName
{
color: #26DAFE;
}
.AnyTagClassName
{
color: #26DAFE;
}
</style>
background-color css
<style>
a { background-color: #26DAFE; }
a { background-color: rgb(38,218,254); }
div.DivClassName
{
background-color: #26DAFE;
}
.BgClassName
{
background-color: #26DAFE;
}
</style>
border-color css
<style>
span { border-color: #26DAFE; }
span { border-color: rgb(38,218,254); }
td.TdClassName
{
border-color: #26DAFE;
}
.TagClassName
{
border-color: #26DAFE;
}
</style>