Shades of Summer Sky #26A3DB
Tints of Summer Sky #26A3DB
RGB
CMYK
RGB Variations
Color information
#26A3DB (or 0x26A3DB) is known color: Summer Sky. HEX triplet: 26, A3 and DB. RGB value is (38,163,219). Sum of RGB (Red+Green+Blue) = 38+163+219=420 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.05% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #26A3DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A3DB is #D95C24. Grayscale: #838383. Windows color (decimal): -14244901 or 14394150. OLE color: 14394150.
HSL color Cylindrical-coordinate representation of color #26A3DB: hue angle of 198.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26A3DB is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 163 | 219 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.14 |
| HSL | 198.56º | 0.72% | 0.5% | - |
| HSV(B) | 198.56º | 0.83% | 0.86% | - |
| XYZ | 26.68 | 31.72 | 71.73 | - |
| YUV | 132.01 | 177.09 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 163 | 219 | 0.83 | 0.26 | 0 | 0.14 | 198.56 | 0.72 | 0.5 |
| Hex | 26 | A3 | DB | 53 | 1A | 0 | E | C7 | 48 | 32 |
| Octal | 46 | 243 | 333 | 123 | 32 | 0 | 16 | 307 | 110 | 62 |
| Binary | 100110 | 10100011 | 11011011 | 1010011 | 11010 | 0 | 1110 | 11000111 | 1001000 | 110010 |
Color Harmonies of #26A3DB
Complementary color
Monochromatic Colors of #26A3DB
Black with #26A3DB
Text Example
Text Example
White with #26A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A3DB; }
p { color: rgb(38,163,219); }
H1.HeaderClassName
{
color: #26A3DB;
}
.AnyTagClassName
{
color: #26A3DB;
}
</style>
background-color css
<style>
a { background-color: #26A3DB; }
a { background-color: rgb(38,163,219); }
div.DivClassName
{
background-color: #26A3DB;
}
.BgClassName
{
background-color: #26A3DB;
}
</style>
border-color css
<style>
span { border-color: #26A3DB; }
span { border-color: rgb(38,163,219); }
td.TdClassName
{
border-color: #26A3DB;
}
.TagClassName
{
border-color: #26A3DB;
}
</style>