Shades of Pelorous #269FC9
Tints of Pelorous #269FC9
RGB
CMYK
RGB Variations
Color information
#269FC9 (or 0x269FC9) is known color: Pelorous. HEX triplet: 26, 9F and C9. RGB value is (38,159,201). Sum of RGB (Red+Green+Blue) = 38+159+201=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #269FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269FC9 is #D96036. Grayscale: #7F7F7F. Windows color (decimal): -14245943 or 13213478. OLE color: 13213478.
HSL color Cylindrical-coordinate representation of color #269FC9: hue angle of 195.46º 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 #269FC9 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 159 | 201 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.21 |
| HSL | 195.46º | 0.68% | 0.47% | - |
| HSV(B) | 195.46º | 0.81% | 0.79% | - |
| XYZ | 23.74 | 29.43 | 59.69 | - |
| YUV | 127.61 | 169.41 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 201 | 0.81 | 0.21 | 0 | 0.21 | 195.46 | 0.68 | 0.47 |
| Hex | 26 | 9F | C9 | 51 | 15 | 0 | 15 | C3 | 44 | 2F |
| Octal | 46 | 237 | 311 | 121 | 25 | 0 | 25 | 303 | 104 | 57 |
| Binary | 100110 | 10011111 | 11001001 | 1010001 | 10101 | 0 | 10101 | 11000011 | 1000100 | 101111 |
Color Harmonies of #269FC9
Complementary color
Monochromatic Colors of #269FC9
Black with #269FC9
Text Example
Text Example
White with #269FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269FC9; }
p { color: rgb(38,159,201); }
H1.HeaderClassName
{
color: #269FC9;
}
.AnyTagClassName
{
color: #269FC9;
}
</style>
background-color css
<style>
a { background-color: #269FC9; }
a { background-color: rgb(38,159,201); }
div.DivClassName
{
background-color: #269FC9;
}
.BgClassName
{
background-color: #269FC9;
}
</style>
border-color css
<style>
span { border-color: #269FC9; }
span { border-color: rgb(38,159,201); }
td.TdClassName
{
border-color: #269FC9;
}
.TagClassName
{
border-color: #269FC9;
}
</style>