Shades of Pelorous #249ACE
Tints of Pelorous #249ACE
RGB
CMYK
RGB Variations
Color information
#249ACE (or 0x249ACE) is known color: Pelorous. HEX triplet: 24, 9A and CE. RGB value is (36,154,206). Sum of RGB (Red+Green+Blue) = 36+154+206=396 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.09% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #249ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ACE is #DB6531. Grayscale: #7C7C7C. Windows color (decimal): -14378290 or 13539876. OLE color: 13539876.
HSL color Cylindrical-coordinate representation of color #249ACE: hue angle of 198.35º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #249ACE is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 154 | 206 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.19 |
| HSL | 198.35º | 0.7% | 0.47% | - |
| HSV(B) | 198.35º | 0.83% | 0.81% | - |
| XYZ | 23.42 | 27.94 | 62.55 | - |
| YUV | 124.65 | 173.91 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 206 | 0.83 | 0.25 | 0 | 0.19 | 198.35 | 0.7 | 0.47 |
| Hex | 24 | 9A | CE | 53 | 19 | 0 | 13 | C6 | 46 | 2F |
| Octal | 44 | 232 | 316 | 123 | 31 | 0 | 23 | 306 | 106 | 57 |
| Binary | 100100 | 10011010 | 11001110 | 1010011 | 11001 | 0 | 10011 | 11000110 | 1000110 | 101111 |
Color Harmonies of #249ACE
Complementary color
Monochromatic Colors of #249ACE
Black with #249ACE
Text Example
Text Example
White with #249ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249ACE; }
p { color: rgb(36,154,206); }
H1.HeaderClassName
{
color: #249ACE;
}
.AnyTagClassName
{
color: #249ACE;
}
</style>
background-color css
<style>
a { background-color: #249ACE; }
a { background-color: rgb(36,154,206); }
div.DivClassName
{
background-color: #249ACE;
}
.BgClassName
{
background-color: #249ACE;
}
</style>
border-color css
<style>
span { border-color: #249ACE; }
span { border-color: rgb(36,154,206); }
td.TdClassName
{
border-color: #249ACE;
}
.TagClassName
{
border-color: #249ACE;
}
</style>