Shades of Deep Sky Blue #26CBFF
Tints of Deep Sky Blue #26CBFF
RGB
CMYK
RGB Variations
Color information
#26CBFF (or 0x26CBFF) is known color: Deep Sky Blue. HEX triplet: 26, CB and FF. RGB value is (38,203,255). Sum of RGB (Red+Green+Blue) = 38+203+255=496 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.66% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #26CBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CBFF is #D93400. Grayscale: #9F9F9F. Windows color (decimal): -14234625 or 16763686. OLE color: 16763686.
HSL color Cylindrical-coordinate representation of color #26CBFF: hue angle of 194.38º 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 #26CBFF is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 203 | 255 | - |
| CMYK | 0.85 | 0.20 | 0 | 0 |
| HSL | 194.38º | 1% | 0.57% | - |
| HSV(B) | 194.38º | 0.85% | 1% | - |
| XYZ | 40.21 | 50.34 | 102.21 | - |
| YUV | 159.59 | 181.84 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 255 | 0.85 | 0.20 | 0 | 0 | 194.38 | 1 | 0.57 |
| Hex | 26 | CB | FF | 55 | 14 | 0 | 0 | C2 | 64 | 39 |
| Octal | 46 | 313 | 377 | 125 | 24 | 0 | 0 | 302 | 144 | 71 |
| Binary | 100110 | 11001011 | 11111111 | 1010101 | 10100 | 0 | 0 | 11000010 | 1100100 | 111001 |
Color Harmonies of #26CBFF
Complementary color
Monochromatic Colors of #26CBFF
Black with #26CBFF
Text Example
Text Example
White with #26CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CBFF; }
p { color: rgb(38,203,255); }
H1.HeaderClassName
{
color: #26CBFF;
}
.AnyTagClassName
{
color: #26CBFF;
}
</style>
background-color css
<style>
a { background-color: #26CBFF; }
a { background-color: rgb(38,203,255); }
div.DivClassName
{
background-color: #26CBFF;
}
.BgClassName
{
background-color: #26CBFF;
}
</style>
border-color css
<style>
span { border-color: #26CBFF; }
span { border-color: rgb(38,203,255); }
td.TdClassName
{
border-color: #26CBFF;
}
.TagClassName
{
border-color: #26CBFF;
}
</style>