Shades of Pelorous #24A6B3
Tints of Pelorous #24A6B3
RGB
CMYK
RGB Variations
Color information
#24A6B3 (or 0x24A6B3) is known color: Pelorous. HEX triplet: 24, A6 and B3. RGB value is (36,166,179). Sum of RGB (Red+Green+Blue) = 36+166+179=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 179 - color contains mainly: blue. Hex color #24A6B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A6B3 is #DB594C. Grayscale: #808080. Windows color (decimal): -14375245 or 11773476. OLE color: 11773476.
HSL color Cylindrical-coordinate representation of color #24A6B3: hue angle of 185.45º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24A6B3 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 166 | 179 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.30 |
| HSL | 185.45º | 0.67% | 0.42% | - |
| HSV(B) | 185.45º | 0.8% | 0.7% | - |
| XYZ | 22.5 | 30.9 | 47.43 | - |
| YUV | 128.61 | 156.43 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 166 | 179 | 0.80 | 0.07 | 0 | 0.30 | 185.45 | 0.67 | 0.42 |
| Hex | 24 | A6 | B3 | 50 | 7 | 0 | 1E | B9 | 43 | 2A |
| Octal | 44 | 246 | 263 | 120 | 7 | 0 | 36 | 271 | 103 | 52 |
| Binary | 100100 | 10100110 | 10110011 | 1010000 | 111 | 0 | 11110 | 10111001 | 1000011 | 101010 |
Color Harmonies of #24A6B3
Complementary color
Monochromatic Colors of #24A6B3
Black with #24A6B3
Text Example
Text Example
White with #24A6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A6B3; }
p { color: rgb(36,166,179); }
H1.HeaderClassName
{
color: #24A6B3;
}
.AnyTagClassName
{
color: #24A6B3;
}
</style>
background-color css
<style>
a { background-color: #24A6B3; }
a { background-color: rgb(36,166,179); }
div.DivClassName
{
background-color: #24A6B3;
}
.BgClassName
{
background-color: #24A6B3;
}
</style>
border-color css
<style>
span { border-color: #24A6B3; }
span { border-color: rgb(36,166,179); }
td.TdClassName
{
border-color: #24A6B3;
}
.TagClassName
{
border-color: #24A6B3;
}
</style>