Shades of Pelorous #269AB8
Tints of Pelorous #269AB8
RGB
CMYK
RGB Variations
Color information
#269AB8 (or 0x269AB8) is known color: Pelorous. HEX triplet: 26, 9A and B8. RGB value is (38,154,184). Sum of RGB (Red+Green+Blue) = 38+154+184=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #269AB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269AB8 is #D96547. Grayscale: #7A7A7A. Windows color (decimal): -14247240 or 12098086. OLE color: 12098086.
HSL color Cylindrical-coordinate representation of color #269AB8: hue angle of 192.33º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #269AB8 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 154 | 184 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.28 |
| HSL | 192.33º | 0.66% | 0.44% | - |
| HSV(B) | 192.33º | 0.79% | 0.72% | - |
| XYZ | 21.01 | 26.98 | 49.45 | - |
| YUV | 122.74 | 162.57 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 184 | 0.79 | 0.16 | 0 | 0.28 | 192.33 | 0.66 | 0.44 |
| Hex | 26 | 9A | B8 | 4F | 10 | 0 | 1C | C0 | 42 | 2C |
| Octal | 46 | 232 | 270 | 117 | 20 | 0 | 34 | 300 | 102 | 54 |
| Binary | 100110 | 10011010 | 10111000 | 1001111 | 10000 | 0 | 11100 | 11000000 | 1000010 | 101100 |
Color Harmonies of #269AB8
Complementary color
Monochromatic Colors of #269AB8
Black with #269AB8
Text Example
Text Example
White with #269AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269AB8; }
p { color: rgb(38,154,184); }
H1.HeaderClassName
{
color: #269AB8;
}
.AnyTagClassName
{
color: #269AB8;
}
</style>
background-color css
<style>
a { background-color: #269AB8; }
a { background-color: rgb(38,154,184); }
div.DivClassName
{
background-color: #269AB8;
}
.BgClassName
{
background-color: #269AB8;
}
</style>
border-color css
<style>
span { border-color: #269AB8; }
span { border-color: rgb(38,154,184); }
td.TdClassName
{
border-color: #269AB8;
}
.TagClassName
{
border-color: #269AB8;
}
</style>