Shades of Deep Sky Blue #26C2FF
Tints of Deep Sky Blue #26C2FF
RGB
CMYK
RGB Variations
Color information
#26C2FF (or 0x26C2FF) is known color: Deep Sky Blue. HEX triplet: 26, C2 and FF. RGB value is (38,194,255). Sum of RGB (Red+Green+Blue) = 38+194+255=487 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.80% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #26C2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26C2FF is #D93D00. Grayscale: #999999. Windows color (decimal): -14236929 or 16761382. OLE color: 16761382.
HSL color Cylindrical-coordinate representation of color #26C2FF: hue angle of 196.87º 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 #26C2FF is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 194 | 255 | - |
| CMYK | 0.85 | 0.24 | 0 | 0 |
| HSL | 196.87º | 1% | 0.57% | - |
| HSV(B) | 196.87º | 0.85% | 1% | - |
| XYZ | 38.14 | 46.22 | 101.52 | - |
| YUV | 154.31 | 184.82 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 194 | 255 | 0.85 | 0.24 | 0 | 0 | 196.87 | 1 | 0.57 |
| Hex | 26 | C2 | FF | 55 | 18 | 0 | 0 | C5 | 64 | 39 |
| Octal | 46 | 302 | 377 | 125 | 30 | 0 | 0 | 305 | 144 | 71 |
| Binary | 100110 | 11000010 | 11111111 | 1010101 | 11000 | 0 | 0 | 11000101 | 1100100 | 111001 |
Color Harmonies of #26C2FF
Complementary color
Monochromatic Colors of #26C2FF
Black with #26C2FF
Text Example
Text Example
White with #26C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C2FF; }
p { color: rgb(38,194,255); }
H1.HeaderClassName
{
color: #26C2FF;
}
.AnyTagClassName
{
color: #26C2FF;
}
</style>
background-color css
<style>
a { background-color: #26C2FF; }
a { background-color: rgb(38,194,255); }
div.DivClassName
{
background-color: #26C2FF;
}
.BgClassName
{
background-color: #26C2FF;
}
</style>
border-color css
<style>
span { border-color: #26C2FF; }
span { border-color: rgb(38,194,255); }
td.TdClassName
{
border-color: #26C2FF;
}
.TagClassName
{
border-color: #26C2FF;
}
</style>