Shades of Pelorous #268ABC
Tints of Pelorous #268ABC
RGB
CMYK
RGB Variations
Color information
#268ABC (or 0x268ABC) is known color: Pelorous. HEX triplet: 26, 8A and BC. RGB value is (38,138,188). Sum of RGB (Red+Green+Blue) = 38+138+188=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #268ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ABC is #D97543. Grayscale: #717171. Windows color (decimal): -14251332 or 12356134. OLE color: 12356134.
HSL color Cylindrical-coordinate representation of color #268ABC: hue angle of 200º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #268ABC is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 138 | 188 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.26 |
| HSL | 200º | 0.66% | 0.44% | - |
| HSV(B) | 200º | 0.8% | 0.74% | - |
| XYZ | 18.96 | 22.22 | 50.87 | - |
| YUV | 113.8 | 169.87 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 188 | 0.80 | 0.27 | 0 | 0.26 | 200 | 0.66 | 0.44 |
| Hex | 26 | 8A | BC | 50 | 1B | 0 | 1A | C8 | 42 | 2C |
| Octal | 46 | 212 | 274 | 120 | 33 | 0 | 32 | 310 | 102 | 54 |
| Binary | 100110 | 10001010 | 10111100 | 1010000 | 11011 | 0 | 11010 | 11001000 | 1000010 | 101100 |
Color Harmonies of #268ABC
Complementary color
Monochromatic Colors of #268ABC
Black with #268ABC
Text Example
Text Example
White with #268ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268ABC; }
p { color: rgb(38,138,188); }
H1.HeaderClassName
{
color: #268ABC;
}
.AnyTagClassName
{
color: #268ABC;
}
</style>
background-color css
<style>
a { background-color: #268ABC; }
a { background-color: rgb(38,138,188); }
div.DivClassName
{
background-color: #268ABC;
}
.BgClassName
{
background-color: #268ABC;
}
</style>
border-color css
<style>
span { border-color: #268ABC; }
span { border-color: rgb(38,138,188); }
td.TdClassName
{
border-color: #268ABC;
}
.TagClassName
{
border-color: #268ABC;
}
</style>