Shades of Summer Sky #26ACCF
Tints of Summer Sky #26ACCF
RGB
CMYK
RGB Variations
Color information
#26ACCF (or 0x26ACCF) is known color: Summer Sky. HEX triplet: 26, AC and CF. RGB value is (38,172,207). Sum of RGB (Red+Green+Blue) = 38+172+207=417 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.11% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #26ACCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ACCF is #D95330. Grayscale: #878787. Windows color (decimal): -14242609 or 13610022. OLE color: 13610022.
HSL color Cylindrical-coordinate representation of color #26ACCF: hue angle of 192.43º 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 #26ACCF is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 172 | 207 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.19 |
| HSL | 192.43º | 0.69% | 0.48% | - |
| HSV(B) | 192.43º | 0.82% | 0.81% | - |
| XYZ | 26.81 | 34.42 | 64.26 | - |
| YUV | 135.92 | 168.11 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 172 | 207 | 0.82 | 0.17 | 0 | 0.19 | 192.43 | 0.69 | 0.48 |
| Hex | 26 | AC | CF | 52 | 11 | 0 | 13 | C0 | 45 | 30 |
| Octal | 46 | 254 | 317 | 122 | 21 | 0 | 23 | 300 | 105 | 60 |
| Binary | 100110 | 10101100 | 11001111 | 1010010 | 10001 | 0 | 10011 | 11000000 | 1000101 | 110000 |
Color Harmonies of #26ACCF
Complementary color
Monochromatic Colors of #26ACCF
Black with #26ACCF
Text Example
Text Example
White with #26ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ACCF; }
p { color: rgb(38,172,207); }
H1.HeaderClassName
{
color: #26ACCF;
}
.AnyTagClassName
{
color: #26ACCF;
}
</style>
background-color css
<style>
a { background-color: #26ACCF; }
a { background-color: rgb(38,172,207); }
div.DivClassName
{
background-color: #26ACCF;
}
.BgClassName
{
background-color: #26ACCF;
}
</style>
border-color css
<style>
span { border-color: #26ACCF; }
span { border-color: rgb(38,172,207); }
td.TdClassName
{
border-color: #26ACCF;
}
.TagClassName
{
border-color: #26ACCF;
}
</style>