Shades of Summer Sky #26BECC
Tints of Summer Sky #26BECC
RGB
CMYK
RGB Variations
Color information
#26BECC (or 0x26BECC) is known color: Summer Sky. HEX triplet: 26, BE and CC. RGB value is (38,190,204). Sum of RGB (Red+Green+Blue) = 38+190+204=432 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.80% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #26BECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BECC is #D94133. Grayscale: #919191. Windows color (decimal): -14238004 or 13418022. OLE color: 13418022.
HSL color Cylindrical-coordinate representation of color #26BECC: hue angle of 185.06º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26BECC is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 190 | 204 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.2 |
| HSL | 185.06º | 0.69% | 0.47% | - |
| HSV(B) | 185.06º | 0.81% | 0.8% | - |
| XYZ | 30.11 | 41.6 | 63.57 | - |
| YUV | 146.15 | 160.64 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 204 | 0.81 | 0.07 | 0 | 0.2 | 185.06 | 0.69 | 0.47 |
| Hex | 26 | BE | CC | 51 | 7 | 0 | 14 | B9 | 45 | 2F |
| Octal | 46 | 276 | 314 | 121 | 7 | 0 | 24 | 271 | 105 | 57 |
| Binary | 100110 | 10111110 | 11001100 | 1010001 | 111 | 0 | 10100 | 10111001 | 1000101 | 101111 |
Color Harmonies of #26BECC
Complementary color
Monochromatic Colors of #26BECC
Black with #26BECC
Text Example
Text Example
White with #26BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BECC; }
p { color: rgb(38,190,204); }
H1.HeaderClassName
{
color: #26BECC;
}
.AnyTagClassName
{
color: #26BECC;
}
</style>
background-color css
<style>
a { background-color: #26BECC; }
a { background-color: rgb(38,190,204); }
div.DivClassName
{
background-color: #26BECC;
}
.BgClassName
{
background-color: #26BECC;
}
</style>
border-color css
<style>
span { border-color: #26BECC; }
span { border-color: rgb(38,190,204); }
td.TdClassName
{
border-color: #26BECC;
}
.TagClassName
{
border-color: #26BECC;
}
</style>