Shades of Pelorous #269CCD
Tints of Pelorous #269CCD
RGB
CMYK
RGB Variations
Color information
#269CCD (or 0x269CCD) is known color: Pelorous. HEX triplet: 26, 9C and CD. RGB value is (38,156,205). Sum of RGB (Red+Green+Blue) = 38+156+205=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #269CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269CCD is #D96332. Grayscale: #7D7D7D. Windows color (decimal): -14246707 or 13474854. OLE color: 13474854.
HSL color Cylindrical-coordinate representation of color #269CCD: hue angle of 197.6º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #269CCD is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 156 | 205 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.20 |
| HSL | 197.6º | 0.69% | 0.48% | - |
| HSV(B) | 197.6º | 0.81% | 0.8% | - |
| XYZ | 23.71 | 28.6 | 62.03 | - |
| YUV | 126.3 | 172.41 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 205 | 0.81 | 0.24 | 0 | 0.20 | 197.6 | 0.69 | 0.48 |
| Hex | 26 | 9C | CD | 51 | 18 | 0 | 14 | C6 | 45 | 30 |
| Octal | 46 | 234 | 315 | 121 | 30 | 0 | 24 | 306 | 105 | 60 |
| Binary | 100110 | 10011100 | 11001101 | 1010001 | 11000 | 0 | 10100 | 11000110 | 1000101 | 110000 |
Color Harmonies of #269CCD
Complementary color
Monochromatic Colors of #269CCD
Black with #269CCD
Text Example
Text Example
White with #269CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269CCD; }
p { color: rgb(38,156,205); }
H1.HeaderClassName
{
color: #269CCD;
}
.AnyTagClassName
{
color: #269CCD;
}
</style>
background-color css
<style>
a { background-color: #269CCD; }
a { background-color: rgb(38,156,205); }
div.DivClassName
{
background-color: #269CCD;
}
.BgClassName
{
background-color: #269CCD;
}
</style>
border-color css
<style>
span { border-color: #269CCD; }
span { border-color: rgb(38,156,205); }
td.TdClassName
{
border-color: #269CCD;
}
.TagClassName
{
border-color: #269CCD;
}
</style>