Shades of Summer Sky #26CDF4
Tints of Summer Sky #26CDF4
RGB
CMYK
RGB Variations
Color information
#26CDF4 (or 0x26CDF4) is known color: Summer Sky. HEX triplet: 26, CD and F4. RGB value is (38,205,244). Sum of RGB (Red+Green+Blue) = 38+205+244=487 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.80% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #26CDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CDF4 is #D9320B. Grayscale: #9F9F9F. Windows color (decimal): -14234124 or 16043302. OLE color: 16043302.
HSL color Cylindrical-coordinate representation of color #26CDF4: hue angle of 191.36º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26CDF4 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 205 | 244 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.04 |
| HSL | 191.36º | 0.9% | 0.55% | - |
| HSV(B) | 191.36º | 0.84% | 0.96% | - |
| XYZ | 38.96 | 50.61 | 93.3 | - |
| YUV | 159.51 | 175.67 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 205 | 244 | 0.84 | 0.16 | 0 | 0.04 | 191.36 | 0.9 | 0.55 |
| Hex | 26 | CD | F4 | 54 | 10 | 0 | 4 | BF | 5A | 37 |
| Octal | 46 | 315 | 364 | 124 | 20 | 0 | 4 | 277 | 132 | 67 |
| Binary | 100110 | 11001101 | 11110100 | 1010100 | 10000 | 0 | 100 | 10111111 | 1011010 | 110111 |
Color Harmonies of #26CDF4
Complementary color
Monochromatic Colors of #26CDF4
Black with #26CDF4
Text Example
Text Example
White with #26CDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CDF4; }
p { color: rgb(38,205,244); }
H1.HeaderClassName
{
color: #26CDF4;
}
.AnyTagClassName
{
color: #26CDF4;
}
</style>
background-color css
<style>
a { background-color: #26CDF4; }
a { background-color: rgb(38,205,244); }
div.DivClassName
{
background-color: #26CDF4;
}
.BgClassName
{
background-color: #26CDF4;
}
</style>
border-color css
<style>
span { border-color: #26CDF4; }
span { border-color: rgb(38,205,244); }
td.TdClassName
{
border-color: #26CDF4;
}
.TagClassName
{
border-color: #26CDF4;
}
</style>