Shades of Deep Sky Blue #26CCFD
Tints of Deep Sky Blue #26CCFD
RGB
CMYK
RGB Variations
Color information
#26CCFD (or 0x26CCFD) is known color: Deep Sky Blue. HEX triplet: 26, CC and FD. RGB value is (38,204,253). Sum of RGB (Red+Green+Blue) = 38+204+253=495 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.68% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #26CCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CCFD is #D93302. Grayscale: #9F9F9F. Windows color (decimal): -14234371 or 16632870. OLE color: 16632870.
HSL color Cylindrical-coordinate representation of color #26CCFD: hue angle of 193.67º degrees, saturation: 0.98, 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 #26CCFD is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 204 | 253 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.01 |
| HSL | 193.67º | 0.98% | 0.57% | - |
| HSV(B) | 193.67º | 0.85% | 0.99% | - |
| XYZ | 40.12 | 50.69 | 100.6 | - |
| YUV | 159.95 | 180.5 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 204 | 253 | 0.85 | 0.19 | 0 | 0.01 | 193.67 | 0.98 | 0.57 |
| Hex | 26 | CC | FD | 55 | 13 | 0 | 1 | C2 | 62 | 39 |
| Octal | 46 | 314 | 375 | 125 | 23 | 0 | 1 | 302 | 142 | 71 |
| Binary | 100110 | 11001100 | 11111101 | 1010101 | 10011 | 0 | 1 | 11000010 | 1100010 | 111001 |
Color Harmonies of #26CCFD
Complementary color
Monochromatic Colors of #26CCFD
Black with #26CCFD
Text Example
Text Example
White with #26CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CCFD; }
p { color: rgb(38,204,253); }
H1.HeaderClassName
{
color: #26CCFD;
}
.AnyTagClassName
{
color: #26CCFD;
}
</style>
background-color css
<style>
a { background-color: #26CCFD; }
a { background-color: rgb(38,204,253); }
div.DivClassName
{
background-color: #26CCFD;
}
.BgClassName
{
background-color: #26CCFD;
}
</style>
border-color css
<style>
span { border-color: #26CCFD; }
span { border-color: rgb(38,204,253); }
td.TdClassName
{
border-color: #26CCFD;
}
.TagClassName
{
border-color: #26CCFD;
}
</style>