Shades of Summer Sky #269CCF
Tints of Summer Sky #269CCF
RGB
CMYK
RGB Variations
Color information
#269CCF (or 0x269CCF) is known color: Summer Sky. HEX triplet: 26, 9C and CF. RGB value is (38,156,207). Sum of RGB (Red+Green+Blue) = 38+156+207=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #269CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269CCF is #D96330. Grayscale: #7E7E7E. Windows color (decimal): -14246705 or 13605926. OLE color: 13605926.
HSL color Cylindrical-coordinate representation of color #269CCF: hue angle of 198.11º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #269CCF is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 156 | 207 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.19 |
| HSL | 198.11º | 0.69% | 0.48% | - |
| HSV(B) | 198.11º | 0.82% | 0.81% | - |
| XYZ | 23.95 | 28.69 | 63.31 | - |
| YUV | 126.53 | 173.41 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 207 | 0.82 | 0.25 | 0 | 0.19 | 198.11 | 0.69 | 0.48 |
| Hex | 26 | 9C | CF | 52 | 19 | 0 | 13 | C6 | 45 | 30 |
| Octal | 46 | 234 | 317 | 122 | 31 | 0 | 23 | 306 | 105 | 60 |
| Binary | 100110 | 10011100 | 11001111 | 1010010 | 11001 | 0 | 10011 | 11000110 | 1000101 | 110000 |
Color Harmonies of #269CCF
Complementary color
Monochromatic Colors of #269CCF
Black with #269CCF
Text Example
Text Example
White with #269CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269CCF; }
p { color: rgb(38,156,207); }
H1.HeaderClassName
{
color: #269CCF;
}
.AnyTagClassName
{
color: #269CCF;
}
</style>
background-color css
<style>
a { background-color: #269CCF; }
a { background-color: rgb(38,156,207); }
div.DivClassName
{
background-color: #269CCF;
}
.BgClassName
{
background-color: #269CCF;
}
</style>
border-color css
<style>
span { border-color: #269CCF; }
span { border-color: rgb(38,156,207); }
td.TdClassName
{
border-color: #269CCF;
}
.TagClassName
{
border-color: #269CCF;
}
</style>