Shades of Summer Sky #269CE0
Tints of Summer Sky #269CE0
RGB
CMYK
RGB Variations
Color information
#269CE0 (or 0x269CE0) is known color: Summer Sky. HEX triplet: 26, 9C and E0. RGB value is (38,156,224). Sum of RGB (Red+Green+Blue) = 38+156+224=418 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.09% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #269CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269CE0 is #D9631F. Grayscale: #808080. Windows color (decimal): -14246688 or 14720038. OLE color: 14720038.
HSL color Cylindrical-coordinate representation of color #269CE0: hue angle of 201.94º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #269CE0 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 156 | 224 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.12 |
| HSL | 201.94º | 0.75% | 0.51% | - |
| HSV(B) | 201.94º | 0.83% | 0.88% | - |
| XYZ | 26.14 | 29.57 | 74.85 | - |
| YUV | 128.47 | 181.91 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 224 | 0.83 | 0.30 | 0 | 0.12 | 201.94 | 0.75 | 0.51 |
| Hex | 26 | 9C | E0 | 53 | 1E | 0 | C | CA | 4B | 33 |
| Octal | 46 | 234 | 340 | 123 | 36 | 0 | 14 | 312 | 113 | 63 |
| Binary | 100110 | 10011100 | 11100000 | 1010011 | 11110 | 0 | 1100 | 11001010 | 1001011 | 110011 |
Color Harmonies of #269CE0
Complementary color
Monochromatic Colors of #269CE0
Black with #269CE0
Text Example
Text Example
White with #269CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269CE0; }
p { color: rgb(38,156,224); }
H1.HeaderClassName
{
color: #269CE0;
}
.AnyTagClassName
{
color: #269CE0;
}
</style>
background-color css
<style>
a { background-color: #269CE0; }
a { background-color: rgb(38,156,224); }
div.DivClassName
{
background-color: #269CE0;
}
.BgClassName
{
background-color: #269CE0;
}
</style>
border-color css
<style>
span { border-color: #269CE0; }
span { border-color: rgb(38,156,224); }
td.TdClassName
{
border-color: #269CE0;
}
.TagClassName
{
border-color: #269CE0;
}
</style>