Shades of Summer Sky #26BEDE
Tints of Summer Sky #26BEDE
RGB
CMYK
RGB Variations
Color information
#26BEDE (or 0x26BEDE) is known color: Summer Sky. HEX triplet: 26, BE and DE. RGB value is (38,190,222). Sum of RGB (Red+Green+Blue) = 38+190+222=450 (59% of max value = 765). Red value is 38 (15.23% from 255 or 8.44% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #26BEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #26BEDE is #D94121. Grayscale: #939393. Windows color (decimal): -14237986 or 14597670. OLE color: 14597670.
HSL color Cylindrical-coordinate representation of color #26BEDE: hue angle of 190.43º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26BEDE is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 190 | 222 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.13 |
| HSL | 190.43º | 0.74% | 0.51% | - |
| HSV(B) | 190.43º | 0.83% | 0.87% | - |
| XYZ | 32.4 | 42.51 | 75.61 | - |
| YUV | 148.2 | 169.64 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 190 | 222 | 0.83 | 0.14 | 0 | 0.13 | 190.43 | 0.74 | 0.51 |
| Hex | 26 | BE | DE | 53 | E | 0 | D | BE | 4A | 33 |
| Octal | 46 | 276 | 336 | 123 | 16 | 0 | 15 | 276 | 112 | 63 |
| Binary | 100110 | 10111110 | 11011110 | 1010011 | 1110 | 0 | 1101 | 10111110 | 1001010 | 110011 |
Color Harmonies of #26BEDE
Complementary color
Monochromatic Colors of #26BEDE
Black with #26BEDE
Text Example
Text Example
White with #26BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BEDE; }
p { color: rgb(38,190,222); }
H1.HeaderClassName
{
color: #26BEDE;
}
.AnyTagClassName
{
color: #26BEDE;
}
</style>
background-color css
<style>
a { background-color: #26BEDE; }
a { background-color: rgb(38,190,222); }
div.DivClassName
{
background-color: #26BEDE;
}
.BgClassName
{
background-color: #26BEDE;
}
</style>
border-color css
<style>
span { border-color: #26BEDE; }
span { border-color: rgb(38,190,222); }
td.TdClassName
{
border-color: #26BEDE;
}
.TagClassName
{
border-color: #26BEDE;
}
</style>