Shades of Pelorous #269CAC
Tints of Pelorous #269CAC
RGB
CMYK
RGB Variations
Color information
#269CAC (or 0x269CAC) is known color: Pelorous. HEX triplet: 26, 9C and AC. RGB value is (38,156,172). Sum of RGB (Red+Green+Blue) = 38+156+172=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #269CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269CAC is #D96353. Grayscale: #7A7A7A. Windows color (decimal): -14246740 or 11312166. OLE color: 11312166.
HSL color Cylindrical-coordinate representation of color #269CAC: hue angle of 187.16º 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 #269CAC is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 156 | 172 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.33 |
| HSL | 187.16º | 0.64% | 0.41% | - |
| HSV(B) | 187.16º | 0.78% | 0.67% | - |
| XYZ | 20.13 | 27.17 | 43.21 | - |
| YUV | 122.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 172 | 0.78 | 0.09 | 0 | 0.33 | 187.16 | 0.64 | 0.41 |
| Hex | 26 | 9C | AC | 4E | 9 | 0 | 21 | BB | 40 | 29 |
| Octal | 46 | 234 | 254 | 116 | 11 | 0 | 41 | 273 | 100 | 51 |
| Binary | 100110 | 10011100 | 10101100 | 1001110 | 1001 | 0 | 100001 | 10111011 | 1000000 | 101001 |
Color Harmonies of #269CAC
Complementary color
Monochromatic Colors of #269CAC
Black with #269CAC
Text Example
Text Example
White with #269CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269CAC; }
p { color: rgb(38,156,172); }
H1.HeaderClassName
{
color: #269CAC;
}
.AnyTagClassName
{
color: #269CAC;
}
</style>
background-color css
<style>
a { background-color: #269CAC; }
a { background-color: rgb(38,156,172); }
div.DivClassName
{
background-color: #269CAC;
}
.BgClassName
{
background-color: #269CAC;
}
</style>
border-color css
<style>
span { border-color: #269CAC; }
span { border-color: rgb(38,156,172); }
td.TdClassName
{
border-color: #269CAC;
}
.TagClassName
{
border-color: #269CAC;
}
</style>