Shades of Deep Sky Blue #26C2FC
Tints of Deep Sky Blue #26C2FC
RGB
CMYK
RGB Variations
Color information
#26C2FC (or 0x26C2FC) is known color: Deep Sky Blue. HEX triplet: 26, C2 and FC. RGB value is (38,194,252). Sum of RGB (Red+Green+Blue) = 38+194+252=484 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.85% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #26C2FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26C2FC is #D93D03. Grayscale: #999999. Windows color (decimal): -14236932 or 16564774. OLE color: 16564774.
HSL color Cylindrical-coordinate representation of color #26C2FC: hue angle of 196.26º 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 #26C2FC is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 194 | 252 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.01 |
| HSL | 196.26º | 0.97% | 0.57% | - |
| HSV(B) | 196.26º | 0.85% | 0.99% | - |
| XYZ | 37.66 | 46.02 | 98.99 | - |
| YUV | 153.97 | 183.32 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 194 | 252 | 0.85 | 0.23 | 0 | 0.01 | 196.26 | 0.97 | 0.57 |
| Hex | 26 | C2 | FC | 55 | 17 | 0 | 1 | C4 | 61 | 39 |
| Octal | 46 | 302 | 374 | 125 | 27 | 0 | 1 | 304 | 141 | 71 |
| Binary | 100110 | 11000010 | 11111100 | 1010101 | 10111 | 0 | 1 | 11000100 | 1100001 | 111001 |
Color Harmonies of #26C2FC
Complementary color
Monochromatic Colors of #26C2FC
Black with #26C2FC
Text Example
Text Example
White with #26C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C2FC; }
p { color: rgb(38,194,252); }
H1.HeaderClassName
{
color: #26C2FC;
}
.AnyTagClassName
{
color: #26C2FC;
}
</style>
background-color css
<style>
a { background-color: #26C2FC; }
a { background-color: rgb(38,194,252); }
div.DivClassName
{
background-color: #26C2FC;
}
.BgClassName
{
background-color: #26C2FC;
}
</style>
border-color css
<style>
span { border-color: #26C2FC; }
span { border-color: rgb(38,194,252); }
td.TdClassName
{
border-color: #26C2FC;
}
.TagClassName
{
border-color: #26C2FC;
}
</style>