Shades of Pelorous #269FAC
Tints of Pelorous #269FAC
RGB
CMYK
RGB Variations
Color information
#269FAC (or 0x269FAC) is known color: Pelorous. HEX triplet: 26, 9F and AC. RGB value is (38,159,172). Sum of RGB (Red+Green+Blue) = 38+159+172=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #269FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269FAC is #D96053. Grayscale: #7C7C7C. Windows color (decimal): -14245972 or 11312934. OLE color: 11312934.
HSL color Cylindrical-coordinate representation of color #269FAC: hue angle of 185.82º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #269FAC is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 159 | 172 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.33 |
| HSL | 185.82º | 0.64% | 0.41% | - |
| HSV(B) | 185.82º | 0.78% | 0.67% | - |
| XYZ | 20.64 | 28.19 | 43.38 | - |
| YUV | 124.3 | 154.91 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 172 | 0.78 | 0.08 | 0 | 0.33 | 185.82 | 0.64 | 0.41 |
| Hex | 26 | 9F | AC | 4E | 8 | 0 | 21 | BA | 40 | 29 |
| Octal | 46 | 237 | 254 | 116 | 10 | 0 | 41 | 272 | 100 | 51 |
| Binary | 100110 | 10011111 | 10101100 | 1001110 | 1000 | 0 | 100001 | 10111010 | 1000000 | 101001 |
Color Harmonies of #269FAC
Complementary color
Monochromatic Colors of #269FAC
Black with #269FAC
Text Example
Text Example
White with #269FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269FAC; }
p { color: rgb(38,159,172); }
H1.HeaderClassName
{
color: #269FAC;
}
.AnyTagClassName
{
color: #269FAC;
}
</style>
background-color css
<style>
a { background-color: #269FAC; }
a { background-color: rgb(38,159,172); }
div.DivClassName
{
background-color: #269FAC;
}
.BgClassName
{
background-color: #269FAC;
}
</style>
border-color css
<style>
span { border-color: #269FAC; }
span { border-color: rgb(38,159,172); }
td.TdClassName
{
border-color: #269FAC;
}
.TagClassName
{
border-color: #269FAC;
}
</style>