Shades of Deep Sky Blue #26D6FA
Tints of Deep Sky Blue #26D6FA
RGB
CMYK
RGB Variations
Color information
#26D6FA (or 0x26D6FA) is known color: Deep Sky Blue. HEX triplet: 26, D6 and FA. RGB value is (38,214,250). Sum of RGB (Red+Green+Blue) = 38+214+250=502 (66% of max value = 765). Red value is 38 (15.23% from 255 or 7.57% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #26D6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26D6FA is #D92905. Grayscale: #A5A5A5. Windows color (decimal): -14231814 or 16438822. OLE color: 16438822.
HSL color Cylindrical-coordinate representation of color #26D6FA: hue angle of 190.19º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26D6FA is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 214 | 250 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.02 |
| HSL | 190.19º | 0.95% | 0.56% | - |
| HSV(B) | 190.19º | 0.85% | 0.98% | - |
| XYZ | 42.1 | 55.41 | 98.92 | - |
| YUV | 165.48 | 175.69 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 214 | 250 | 0.85 | 0.14 | 0 | 0.02 | 190.19 | 0.95 | 0.56 |
| Hex | 26 | D6 | FA | 55 | E | 0 | 2 | BE | 5F | 38 |
| Octal | 46 | 326 | 372 | 125 | 16 | 0 | 2 | 276 | 137 | 70 |
| Binary | 100110 | 11010110 | 11111010 | 1010101 | 1110 | 0 | 10 | 10111110 | 1011111 | 111000 |
Color Harmonies of #26D6FA
Complementary color
Monochromatic Colors of #26D6FA
Black with #26D6FA
Text Example
Text Example
White with #26D6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D6FA; }
p { color: rgb(38,214,250); }
H1.HeaderClassName
{
color: #26D6FA;
}
.AnyTagClassName
{
color: #26D6FA;
}
</style>
background-color css
<style>
a { background-color: #26D6FA; }
a { background-color: rgb(38,214,250); }
div.DivClassName
{
background-color: #26D6FA;
}
.BgClassName
{
background-color: #26D6FA;
}
</style>
border-color css
<style>
span { border-color: #26D6FA; }
span { border-color: rgb(38,214,250); }
td.TdClassName
{
border-color: #26D6FA;
}
.TagClassName
{
border-color: #26D6FA;
}
</style>