Shades of Pelorous #269FC6
Tints of Pelorous #269FC6
RGB
CMYK
RGB Variations
Color information
#269FC6 (or 0x269FC6) is known color: Pelorous. HEX triplet: 26, 9F and C6. RGB value is (38,159,198). Sum of RGB (Red+Green+Blue) = 38+159+198=395 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.62% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #269FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269FC6 is #D96039. Grayscale: #7E7E7E. Windows color (decimal): -14245946 or 13016870. OLE color: 13016870.
HSL color Cylindrical-coordinate representation of color #269FC6: hue angle of 194.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #269FC6 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 159 | 198 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.22 |
| HSL | 194.63º | 0.68% | 0.46% | - |
| HSV(B) | 194.63º | 0.81% | 0.78% | - |
| XYZ | 23.39 | 29.29 | 57.85 | - |
| YUV | 127.27 | 167.91 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 198 | 0.81 | 0.20 | 0 | 0.22 | 194.63 | 0.68 | 0.46 |
| Hex | 26 | 9F | C6 | 51 | 14 | 0 | 16 | C3 | 44 | 2E |
| Octal | 46 | 237 | 306 | 121 | 24 | 0 | 26 | 303 | 104 | 56 |
| Binary | 100110 | 10011111 | 11000110 | 1010001 | 10100 | 0 | 10110 | 11000011 | 1000100 | 101110 |
Color Harmonies of #269FC6
Complementary color
Monochromatic Colors of #269FC6
Black with #269FC6
Text Example
Text Example
White with #269FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269FC6; }
p { color: rgb(38,159,198); }
H1.HeaderClassName
{
color: #269FC6;
}
.AnyTagClassName
{
color: #269FC6;
}
</style>
background-color css
<style>
a { background-color: #269FC6; }
a { background-color: rgb(38,159,198); }
div.DivClassName
{
background-color: #269FC6;
}
.BgClassName
{
background-color: #269FC6;
}
</style>
border-color css
<style>
span { border-color: #269FC6; }
span { border-color: rgb(38,159,198); }
td.TdClassName
{
border-color: #269FC6;
}
.TagClassName
{
border-color: #269FC6;
}
</style>