Shades of Deep Sky Blue #26C9FC
Tints of Deep Sky Blue #26C9FC
RGB
CMYK
RGB Variations
Color information
#26C9FC (or 0x26C9FC) is known color: Deep Sky Blue. HEX triplet: 26, C9 and FC. RGB value is (38,201,252). Sum of RGB (Red+Green+Blue) = 38+201+252=491 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.74% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #26C9FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26C9FC is #D93603. Grayscale: #9D9D9D. Windows color (decimal): -14235140 or 16566566. OLE color: 16566566.
HSL color Cylindrical-coordinate representation of color #26C9FC: hue angle of 194.3º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26C9FC is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 201 | 252 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.01 |
| HSL | 194.3º | 0.97% | 0.57% | - |
| HSV(B) | 194.3º | 0.85% | 0.99% | - |
| XYZ | 39.26 | 49.21 | 99.53 | - |
| YUV | 158.08 | 181 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 252 | 0.85 | 0.20 | 0 | 0.01 | 194.3 | 0.97 | 0.57 |
| Hex | 26 | C9 | FC | 55 | 14 | 0 | 1 | C2 | 61 | 39 |
| Octal | 46 | 311 | 374 | 125 | 24 | 0 | 1 | 302 | 141 | 71 |
| Binary | 100110 | 11001001 | 11111100 | 1010101 | 10100 | 0 | 1 | 11000010 | 1100001 | 111001 |
Color Harmonies of #26C9FC
Complementary color
Monochromatic Colors of #26C9FC
Black with #26C9FC
Text Example
Text Example
White with #26C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C9FC; }
p { color: rgb(38,201,252); }
H1.HeaderClassName
{
color: #26C9FC;
}
.AnyTagClassName
{
color: #26C9FC;
}
</style>
background-color css
<style>
a { background-color: #26C9FC; }
a { background-color: rgb(38,201,252); }
div.DivClassName
{
background-color: #26C9FC;
}
.BgClassName
{
background-color: #26C9FC;
}
</style>
border-color css
<style>
span { border-color: #26C9FC; }
span { border-color: rgb(38,201,252); }
td.TdClassName
{
border-color: #26C9FC;
}
.TagClassName
{
border-color: #26C9FC;
}
</style>