Shades of Deep Sky Blue #26CBFD
Tints of Deep Sky Blue #26CBFD
RGB
CMYK
RGB Variations
Color information
#26CBFD (or 0x26CBFD) is known color: Deep Sky Blue. HEX triplet: 26, CB and FD. RGB value is (38,203,253). Sum of RGB (Red+Green+Blue) = 38+203+253=494 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.69% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #26CBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CBFD is #D93402. Grayscale: #9F9F9F. Windows color (decimal): -14234627 or 16632614. OLE color: 16632614.
HSL color Cylindrical-coordinate representation of color #26CBFD: hue angle of 193.95º 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 #26CBFD is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 203 | 253 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.01 |
| HSL | 193.95º | 0.98% | 0.57% | - |
| HSV(B) | 193.95º | 0.85% | 0.99% | - |
| XYZ | 39.88 | 50.22 | 100.52 | - |
| YUV | 159.37 | 180.84 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 253 | 0.85 | 0.20 | 0 | 0.01 | 193.95 | 0.98 | 0.57 |
| Hex | 26 | CB | FD | 55 | 14 | 0 | 1 | C2 | 62 | 39 |
| Octal | 46 | 313 | 375 | 125 | 24 | 0 | 1 | 302 | 142 | 71 |
| Binary | 100110 | 11001011 | 11111101 | 1010101 | 10100 | 0 | 1 | 11000010 | 1100010 | 111001 |
Color Harmonies of #26CBFD
Complementary color
Monochromatic Colors of #26CBFD
Black with #26CBFD
Text Example
Text Example
White with #26CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CBFD; }
p { color: rgb(38,203,253); }
H1.HeaderClassName
{
color: #26CBFD;
}
.AnyTagClassName
{
color: #26CBFD;
}
</style>
background-color css
<style>
a { background-color: #26CBFD; }
a { background-color: rgb(38,203,253); }
div.DivClassName
{
background-color: #26CBFD;
}
.BgClassName
{
background-color: #26CBFD;
}
</style>
border-color css
<style>
span { border-color: #26CBFD; }
span { border-color: rgb(38,203,253); }
td.TdClassName
{
border-color: #26CBFD;
}
.TagClassName
{
border-color: #26CBFD;
}
</style>