Shades of Pelorous #269ECB
Tints of Pelorous #269ECB
RGB
CMYK
RGB Variations
Color information
#269ECB (or 0x269ECB) is known color: Pelorous. HEX triplet: 26, 9E and CB. RGB value is (38,158,203). Sum of RGB (Red+Green+Blue) = 38+158+203=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #269ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269ECB is #D96134. Grayscale: #7E7E7E. Windows color (decimal): -14246197 or 13344294. OLE color: 13344294.
HSL color Cylindrical-coordinate representation of color #269ECB: hue angle of 196.36º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #269ECB is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 158 | 203 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.20 |
| HSL | 196.36º | 0.68% | 0.47% | - |
| HSV(B) | 196.36º | 0.81% | 0.8% | - |
| XYZ | 23.81 | 29.18 | 60.88 | - |
| YUV | 127.25 | 170.74 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 203 | 0.81 | 0.22 | 0 | 0.20 | 196.36 | 0.68 | 0.47 |
| Hex | 26 | 9E | CB | 51 | 16 | 0 | 14 | C4 | 44 | 2F |
| Octal | 46 | 236 | 313 | 121 | 26 | 0 | 24 | 304 | 104 | 57 |
| Binary | 100110 | 10011110 | 11001011 | 1010001 | 10110 | 0 | 10100 | 11000100 | 1000100 | 101111 |
Color Harmonies of #269ECB
Complementary color
Monochromatic Colors of #269ECB
Black with #269ECB
Text Example
Text Example
White with #269ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269ECB; }
p { color: rgb(38,158,203); }
H1.HeaderClassName
{
color: #269ECB;
}
.AnyTagClassName
{
color: #269ECB;
}
</style>
background-color css
<style>
a { background-color: #269ECB; }
a { background-color: rgb(38,158,203); }
div.DivClassName
{
background-color: #269ECB;
}
.BgClassName
{
background-color: #269ECB;
}
</style>
border-color css
<style>
span { border-color: #269ECB; }
span { border-color: rgb(38,158,203); }
td.TdClassName
{
border-color: #269ECB;
}
.TagClassName
{
border-color: #269ECB;
}
</style>