Shades of Summer Sky #26BACF
Tints of Summer Sky #26BACF
RGB
CMYK
RGB Variations
Color information
#26BACF (or 0x26BACF) is known color: Summer Sky. HEX triplet: 26, BA and CF. RGB value is (38,186,207). Sum of RGB (Red+Green+Blue) = 38+186+207=431 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.82% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #26BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BACF is #D94530. Grayscale: #8F8F8F. Windows color (decimal): -14239025 or 13613606. OLE color: 13613606.
HSL color Cylindrical-coordinate representation of color #26BACF: hue angle of 187.46º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26BACF is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 186 | 207 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.19 |
| HSL | 187.46º | 0.69% | 0.48% | - |
| HSV(B) | 187.46º | 0.82% | 0.81% | - |
| XYZ | 29.62 | 40.03 | 65.2 | - |
| YUV | 144.14 | 163.47 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 207 | 0.82 | 0.10 | 0 | 0.19 | 187.46 | 0.69 | 0.48 |
| Hex | 26 | BA | CF | 52 | A | 0 | 13 | BB | 45 | 30 |
| Octal | 46 | 272 | 317 | 122 | 12 | 0 | 23 | 273 | 105 | 60 |
| Binary | 100110 | 10111010 | 11001111 | 1010010 | 1010 | 0 | 10011 | 10111011 | 1000101 | 110000 |
Color Harmonies of #26BACF
Complementary color
Monochromatic Colors of #26BACF
Black with #26BACF
Text Example
Text Example
White with #26BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BACF; }
p { color: rgb(38,186,207); }
H1.HeaderClassName
{
color: #26BACF;
}
.AnyTagClassName
{
color: #26BACF;
}
</style>
background-color css
<style>
a { background-color: #26BACF; }
a { background-color: rgb(38,186,207); }
div.DivClassName
{
background-color: #26BACF;
}
.BgClassName
{
background-color: #26BACF;
}
</style>
border-color css
<style>
span { border-color: #26BACF; }
span { border-color: rgb(38,186,207); }
td.TdClassName
{
border-color: #26BACF;
}
.TagClassName
{
border-color: #26BACF;
}
</style>