Shades of Deep Sky Blue #26D5FB
Tints of Deep Sky Blue #26D5FB
RGB
CMYK
RGB Variations
Color information
#26D5FB (or 0x26D5FB) is known color: Deep Sky Blue. HEX triplet: 26, D5 and FB. RGB value is (38,213,251). Sum of RGB (Red+Green+Blue) = 38+213+251=502 (66% of max value = 765). Red value is 38 (15.23% from 255 or 7.57% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #26D5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26D5FB is #D92A04. Grayscale: #A4A4A4. Windows color (decimal): -14232069 or 16504102. OLE color: 16504102.
HSL color Cylindrical-coordinate representation of color #26D5FB: hue angle of 190.7º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26D5FB is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 213 | 251 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.02 |
| HSL | 190.7º | 0.96% | 0.57% | - |
| HSV(B) | 190.7º | 0.85% | 0.98% | - |
| XYZ | 42.01 | 54.97 | 99.66 | - |
| YUV | 165.01 | 176.52 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 213 | 251 | 0.85 | 0.15 | 0 | 0.02 | 190.7 | 0.96 | 0.57 |
| Hex | 26 | D5 | FB | 55 | F | 0 | 2 | BF | 60 | 39 |
| Octal | 46 | 325 | 373 | 125 | 17 | 0 | 2 | 277 | 140 | 71 |
| Binary | 100110 | 11010101 | 11111011 | 1010101 | 1111 | 0 | 10 | 10111111 | 1100000 | 111001 |
Color Harmonies of #26D5FB
Complementary color
Monochromatic Colors of #26D5FB
Black with #26D5FB
Text Example
Text Example
White with #26D5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D5FB; }
p { color: rgb(38,213,251); }
H1.HeaderClassName
{
color: #26D5FB;
}
.AnyTagClassName
{
color: #26D5FB;
}
</style>
background-color css
<style>
a { background-color: #26D5FB; }
a { background-color: rgb(38,213,251); }
div.DivClassName
{
background-color: #26D5FB;
}
.BgClassName
{
background-color: #26D5FB;
}
</style>
border-color css
<style>
span { border-color: #26D5FB; }
span { border-color: rgb(38,213,251); }
td.TdClassName
{
border-color: #26D5FB;
}
.TagClassName
{
border-color: #26D5FB;
}
</style>