Shades of Summer Sky #26BECA
Tints of Summer Sky #26BECA
RGB
CMYK
RGB Variations
Color information
#26BECA (or 0x26BECA) is known color: Summer Sky. HEX triplet: 26, BE and CA. RGB value is (38,190,202). Sum of RGB (Red+Green+Blue) = 38+190+202=430 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.84% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #26BECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BECA is #D94135. Grayscale: #919191. Windows color (decimal): -14238006 or 13286950. OLE color: 13286950.
HSL color Cylindrical-coordinate representation of color #26BECA: hue angle of 184.39º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26BECA is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 190 | 202 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.21 |
| HSL | 184.39º | 0.68% | 0.47% | - |
| HSV(B) | 184.39º | 0.81% | 0.79% | - |
| XYZ | 29.87 | 41.5 | 62.31 | - |
| YUV | 145.92 | 159.64 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 202 | 0.81 | 0.06 | 0 | 0.21 | 184.39 | 0.68 | 0.47 |
| Hex | 26 | BE | CA | 51 | 6 | 0 | 15 | B8 | 44 | 2F |
| Octal | 46 | 276 | 312 | 121 | 6 | 0 | 25 | 270 | 104 | 57 |
| Binary | 100110 | 10111110 | 11001010 | 1010001 | 110 | 0 | 10101 | 10111000 | 1000100 | 101111 |
Color Harmonies of #26BECA
Complementary color
Monochromatic Colors of #26BECA
Black with #26BECA
Text Example
Text Example
White with #26BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BECA; }
p { color: rgb(38,190,202); }
H1.HeaderClassName
{
color: #26BECA;
}
.AnyTagClassName
{
color: #26BECA;
}
</style>
background-color css
<style>
a { background-color: #26BECA; }
a { background-color: rgb(38,190,202); }
div.DivClassName
{
background-color: #26BECA;
}
.BgClassName
{
background-color: #26BECA;
}
</style>
border-color css
<style>
span { border-color: #26BECA; }
span { border-color: rgb(38,190,202); }
td.TdClassName
{
border-color: #26BECA;
}
.TagClassName
{
border-color: #26BECA;
}
</style>