Shades of Pelorous #269DB8
Tints of Pelorous #269DB8
RGB
CMYK
RGB Variations
Color information
#269DB8 (or 0x269DB8) is known color: Pelorous. HEX triplet: 26, 9D and B8. RGB value is (38,157,184). Sum of RGB (Red+Green+Blue) = 38+157+184=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #269DB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269DB8 is #D96247. Grayscale: #7C7C7C. Windows color (decimal): -14246472 or 12098854. OLE color: 12098854.
HSL color Cylindrical-coordinate representation of color #269DB8: hue angle of 191.1º 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 #269DB8 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 157 | 184 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.28 |
| HSL | 191.1º | 0.66% | 0.44% | - |
| HSV(B) | 191.1º | 0.79% | 0.72% | - |
| XYZ | 21.51 | 27.99 | 49.62 | - |
| YUV | 124.5 | 161.58 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 184 | 0.79 | 0.15 | 0 | 0.28 | 191.1 | 0.66 | 0.44 |
| Hex | 26 | 9D | B8 | 4F | F | 0 | 1C | BF | 42 | 2C |
| Octal | 46 | 235 | 270 | 117 | 17 | 0 | 34 | 277 | 102 | 54 |
| Binary | 100110 | 10011101 | 10111000 | 1001111 | 1111 | 0 | 11100 | 10111111 | 1000010 | 101100 |
Color Harmonies of #269DB8
Complementary color
Monochromatic Colors of #269DB8
Black with #269DB8
Text Example
Text Example
White with #269DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DB8; }
p { color: rgb(38,157,184); }
H1.HeaderClassName
{
color: #269DB8;
}
.AnyTagClassName
{
color: #269DB8;
}
</style>
background-color css
<style>
a { background-color: #269DB8; }
a { background-color: rgb(38,157,184); }
div.DivClassName
{
background-color: #269DB8;
}
.BgClassName
{
background-color: #269DB8;
}
</style>
border-color css
<style>
span { border-color: #269DB8; }
span { border-color: rgb(38,157,184); }
td.TdClassName
{
border-color: #269DB8;
}
.TagClassName
{
border-color: #269DB8;
}
</style>