Shades of Pelorous #269ACE
Tints of Pelorous #269ACE
RGB
CMYK
RGB Variations
Color information
#269ACE (or 0x269ACE) is known color: Pelorous. HEX triplet: 26, 9A and CE. RGB value is (38,154,206). Sum of RGB (Red+Green+Blue) = 38+154+206=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #269ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269ACE is #D96531. Grayscale: #7C7C7C. Windows color (decimal): -14247218 or 13539878. OLE color: 13539878.
HSL color Cylindrical-coordinate representation of color #269ACE: hue angle of 198.57º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #269ACE is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 154 | 206 | - |
| CMYK | 0.82 | 0.25 | 0 | 0.19 |
| HSL | 198.57º | 0.69% | 0.48% | - |
| HSV(B) | 198.57º | 0.82% | 0.81% | - |
| XYZ | 23.5 | 27.98 | 62.55 | - |
| YUV | 125.24 | 173.57 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 206 | 0.82 | 0.25 | 0 | 0.19 | 198.57 | 0.69 | 0.48 |
| Hex | 26 | 9A | CE | 52 | 19 | 0 | 13 | C7 | 45 | 30 |
| Octal | 46 | 232 | 316 | 122 | 31 | 0 | 23 | 307 | 105 | 60 |
| Binary | 100110 | 10011010 | 11001110 | 1010010 | 11001 | 0 | 10011 | 11000111 | 1000101 | 110000 |
Color Harmonies of #269ACE
Complementary color
Monochromatic Colors of #269ACE
Black with #269ACE
Text Example
Text Example
White with #269ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269ACE; }
p { color: rgb(38,154,206); }
H1.HeaderClassName
{
color: #269ACE;
}
.AnyTagClassName
{
color: #269ACE;
}
</style>
background-color css
<style>
a { background-color: #269ACE; }
a { background-color: rgb(38,154,206); }
div.DivClassName
{
background-color: #269ACE;
}
.BgClassName
{
background-color: #269ACE;
}
</style>
border-color css
<style>
span { border-color: #269ACE; }
span { border-color: rgb(38,154,206); }
td.TdClassName
{
border-color: #269ACE;
}
.TagClassName
{
border-color: #269ACE;
}
</style>