Shades of Summer Sky #26C0F1
Tints of Summer Sky #26C0F1
RGB
CMYK
RGB Variations
Color information
#26C0F1 (or 0x26C0F1) is known color: Summer Sky. HEX triplet: 26, C0 and F1. RGB value is (38,192,241). Sum of RGB (Red+Green+Blue) = 38+192+241=471 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.07% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #26C0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26C0F1 is #D93F0E. Grayscale: #979797. Windows color (decimal): -14237455 or 15843366. OLE color: 15843366.
HSL color Cylindrical-coordinate representation of color #26C0F1: hue angle of 194.48º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26C0F1 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 192 | 241 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.05 |
| HSL | 194.48º | 0.88% | 0.55% | - |
| HSV(B) | 194.48º | 0.84% | 0.95% | - |
| XYZ | 35.53 | 44.46 | 89.93 | - |
| YUV | 151.54 | 178.48 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 241 | 0.84 | 0.20 | 0 | 0.05 | 194.48 | 0.88 | 0.55 |
| Hex | 26 | C0 | F1 | 54 | 14 | 0 | 5 | C2 | 58 | 37 |
| Octal | 46 | 300 | 361 | 124 | 24 | 0 | 5 | 302 | 130 | 67 |
| Binary | 100110 | 11000000 | 11110001 | 1010100 | 10100 | 0 | 101 | 11000010 | 1011000 | 110111 |
Color Harmonies of #26C0F1
Complementary color
Monochromatic Colors of #26C0F1
Black with #26C0F1
Text Example
Text Example
White with #26C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C0F1; }
p { color: rgb(38,192,241); }
H1.HeaderClassName
{
color: #26C0F1;
}
.AnyTagClassName
{
color: #26C0F1;
}
</style>
background-color css
<style>
a { background-color: #26C0F1; }
a { background-color: rgb(38,192,241); }
div.DivClassName
{
background-color: #26C0F1;
}
.BgClassName
{
background-color: #26C0F1;
}
</style>
border-color css
<style>
span { border-color: #26C0F1; }
span { border-color: rgb(38,192,241); }
td.TdClassName
{
border-color: #26C0F1;
}
.TagClassName
{
border-color: #26C0F1;
}
</style>