Shades of Deep Sky Blue #26C9FF
Tints of Deep Sky Blue #26C9FF
RGB
CMYK
RGB Variations
Color information
#26C9FF (or 0x26C9FF) is known color: Deep Sky Blue. HEX triplet: 26, C9 and FF. RGB value is (38,201,255). Sum of RGB (Red+Green+Blue) = 38+201+255=494 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.69% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #26C9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26C9FF is #D93600. Grayscale: #9E9E9E. Windows color (decimal): -14235137 or 16763174. OLE color: 16763174.
HSL color Cylindrical-coordinate representation of color #26C9FF: hue angle of 194.93º 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 #26C9FF is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 201 | 255 | - |
| CMYK | 0.85 | 0.21 | 0 | 0 |
| HSL | 194.93º | 1% | 0.57% | - |
| HSV(B) | 194.93º | 0.85% | 1% | - |
| XYZ | 39.74 | 49.41 | 102.05 | - |
| YUV | 158.42 | 182.5 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 201 | 255 | 0.85 | 0.21 | 0 | 0 | 194.93 | 1 | 0.57 |
| Hex | 26 | C9 | FF | 55 | 15 | 0 | 0 | C3 | 64 | 39 |
| Octal | 46 | 311 | 377 | 125 | 25 | 0 | 0 | 303 | 144 | 71 |
| Binary | 100110 | 11001001 | 11111111 | 1010101 | 10101 | 0 | 0 | 11000011 | 1100100 | 111001 |
Color Harmonies of #26C9FF
Complementary color
Monochromatic Colors of #26C9FF
Black with #26C9FF
Text Example
Text Example
White with #26C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C9FF; }
p { color: rgb(38,201,255); }
H1.HeaderClassName
{
color: #26C9FF;
}
.AnyTagClassName
{
color: #26C9FF;
}
</style>
background-color css
<style>
a { background-color: #26C9FF; }
a { background-color: rgb(38,201,255); }
div.DivClassName
{
background-color: #26C9FF;
}
.BgClassName
{
background-color: #26C9FF;
}
</style>
border-color css
<style>
span { border-color: #26C9FF; }
span { border-color: rgb(38,201,255); }
td.TdClassName
{
border-color: #26C9FF;
}
.TagClassName
{
border-color: #26C9FF;
}
</style>