Shades of Deep Sky Blue #26CBFB
Tints of Deep Sky Blue #26CBFB
RGB
CMYK
RGB Variations
Color information
#26CBFB (or 0x26CBFB) is known color: Deep Sky Blue. HEX triplet: 26, CB and FB. RGB value is (38,203,251). Sum of RGB (Red+Green+Blue) = 38+203+251=492 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.72% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #26CBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CBFB is #D93404. Grayscale: #9E9E9E. Windows color (decimal): -14234629 or 16501542. OLE color: 16501542.
HSL color Cylindrical-coordinate representation of color #26CBFB: hue angle of 193.52º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26CBFB is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 203 | 251 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.02 |
| HSL | 193.52º | 0.96% | 0.57% | - |
| HSV(B) | 193.52º | 0.85% | 0.98% | - |
| XYZ | 39.57 | 50.09 | 98.85 | - |
| YUV | 159.14 | 179.84 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 251 | 0.85 | 0.19 | 0 | 0.02 | 193.52 | 0.96 | 0.57 |
| Hex | 26 | CB | FB | 55 | 13 | 0 | 2 | C2 | 60 | 39 |
| Octal | 46 | 313 | 373 | 125 | 23 | 0 | 2 | 302 | 140 | 71 |
| Binary | 100110 | 11001011 | 11111011 | 1010101 | 10011 | 0 | 10 | 11000010 | 1100000 | 111001 |
Color Harmonies of #26CBFB
Complementary color
Monochromatic Colors of #26CBFB
Black with #26CBFB
Text Example
Text Example
White with #26CBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CBFB; }
p { color: rgb(38,203,251); }
H1.HeaderClassName
{
color: #26CBFB;
}
.AnyTagClassName
{
color: #26CBFB;
}
</style>
background-color css
<style>
a { background-color: #26CBFB; }
a { background-color: rgb(38,203,251); }
div.DivClassName
{
background-color: #26CBFB;
}
.BgClassName
{
background-color: #26CBFB;
}
</style>
border-color css
<style>
span { border-color: #26CBFB; }
span { border-color: rgb(38,203,251); }
td.TdClassName
{
border-color: #26CBFB;
}
.TagClassName
{
border-color: #26CBFB;
}
</style>