Shades of Deep Sky Blue #26CAFF
Tints of Deep Sky Blue #26CAFF
RGB
CMYK
RGB Variations
Color information
#26CAFF (or 0x26CAFF) is known color: Deep Sky Blue. HEX triplet: 26, CA and FF. RGB value is (38,202,255). Sum of RGB (Red+Green+Blue) = 38+202+255=495 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.68% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #26CAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CAFF is #D93500. Grayscale: #9E9E9E. Windows color (decimal): -14234881 or 16763430. OLE color: 16763430.
HSL color Cylindrical-coordinate representation of color #26CAFF: hue angle of 194.65º 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 #26CAFF is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 202 | 255 | - |
| CMYK | 0.85 | 0.21 | 0 | 0 |
| HSL | 194.65º | 1% | 0.57% | - |
| HSV(B) | 194.65º | 0.85% | 1% | - |
| XYZ | 39.97 | 49.87 | 102.13 | - |
| YUV | 159.01 | 182.17 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 255 | 0.85 | 0.21 | 0 | 0 | 194.65 | 1 | 0.57 |
| Hex | 26 | CA | FF | 55 | 15 | 0 | 0 | C3 | 64 | 39 |
| Octal | 46 | 312 | 377 | 125 | 25 | 0 | 0 | 303 | 144 | 71 |
| Binary | 100110 | 11001010 | 11111111 | 1010101 | 10101 | 0 | 0 | 11000011 | 1100100 | 111001 |
Color Harmonies of #26CAFF
Complementary color
Monochromatic Colors of #26CAFF
Black with #26CAFF
Text Example
Text Example
White with #26CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CAFF; }
p { color: rgb(38,202,255); }
H1.HeaderClassName
{
color: #26CAFF;
}
.AnyTagClassName
{
color: #26CAFF;
}
</style>
background-color css
<style>
a { background-color: #26CAFF; }
a { background-color: rgb(38,202,255); }
div.DivClassName
{
background-color: #26CAFF;
}
.BgClassName
{
background-color: #26CAFF;
}
</style>
border-color css
<style>
span { border-color: #26CAFF; }
span { border-color: rgb(38,202,255); }
td.TdClassName
{
border-color: #26CAFF;
}
.TagClassName
{
border-color: #26CAFF;
}
</style>