Shades of Summer Sky #26ABCF
Tints of Summer Sky #26ABCF
RGB
CMYK
RGB Variations
Color information
#26ABCF (or 0x26ABCF) is known color: Summer Sky. HEX triplet: 26, AB and CF. RGB value is (38,171,207). Sum of RGB (Red+Green+Blue) = 38+171+207=416 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.13% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #26ABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ABCF is #D95430. Grayscale: #878787. Windows color (decimal): -14242865 or 13609766. OLE color: 13609766.
HSL color Cylindrical-coordinate representation of color #26ABCF: hue angle of 192.78º 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 #26ABCF is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 171 | 207 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.19 |
| HSL | 192.78º | 0.69% | 0.48% | - |
| HSV(B) | 192.78º | 0.82% | 0.81% | - |
| XYZ | 26.62 | 34.04 | 64.2 | - |
| YUV | 135.34 | 168.44 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 207 | 0.82 | 0.17 | 0 | 0.19 | 192.78 | 0.69 | 0.48 |
| Hex | 26 | AB | CF | 52 | 11 | 0 | 13 | C1 | 45 | 30 |
| Octal | 46 | 253 | 317 | 122 | 21 | 0 | 23 | 301 | 105 | 60 |
| Binary | 100110 | 10101011 | 11001111 | 1010010 | 10001 | 0 | 10011 | 11000001 | 1000101 | 110000 |
Color Harmonies of #26ABCF
Complementary color
Monochromatic Colors of #26ABCF
Black with #26ABCF
Text Example
Text Example
White with #26ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ABCF; }
p { color: rgb(38,171,207); }
H1.HeaderClassName
{
color: #26ABCF;
}
.AnyTagClassName
{
color: #26ABCF;
}
</style>
background-color css
<style>
a { background-color: #26ABCF; }
a { background-color: rgb(38,171,207); }
div.DivClassName
{
background-color: #26ABCF;
}
.BgClassName
{
background-color: #26ABCF;
}
</style>
border-color css
<style>
span { border-color: #26ABCF; }
span { border-color: rgb(38,171,207); }
td.TdClassName
{
border-color: #26ABCF;
}
.TagClassName
{
border-color: #26ABCF;
}
</style>