Shades of Pelorous #1D99CA
Tints of Pelorous #1D99CA
RGB
CMYK
RGB Variations
Color information
#1D99CA (or 0x1D99CA) is known color: Pelorous. HEX triplet: 1D, 99 and CA. RGB value is (29,153,202). Sum of RGB (Red+Green+Blue) = 29+153+202=384 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.55% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D99CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D99CA is #E26635. Grayscale: #797979. Windows color (decimal): -14837302 or 13277469. OLE color: 13277469.
HSL color Cylindrical-coordinate representation of color #1D99CA: hue angle of 196.99º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D99CA is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 153 | 202 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.21 |
| HSL | 196.99º | 0.75% | 0.45% | - |
| HSV(B) | 196.99º | 0.86% | 0.79% | - |
| XYZ | 22.56 | 27.31 | 59.96 | - |
| YUV | 121.51 | 173.42 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 202 | 0.86 | 0.24 | 0 | 0.21 | 196.99 | 0.75 | 0.45 |
| Hex | 1D | 99 | CA | 56 | 18 | 0 | 15 | C5 | 4B | 2D |
| Octal | 35 | 231 | 312 | 126 | 30 | 0 | 25 | 305 | 113 | 55 |
| Binary | 11101 | 10011001 | 11001010 | 1010110 | 11000 | 0 | 10101 | 11000101 | 1001011 | 101101 |
Color Harmonies of #1D99CA
Complementary color
Monochromatic Colors of #1D99CA
Black with #1D99CA
Text Example
Text Example
White with #1D99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D99CA; }
p { color: rgb(29,153,202); }
H1.HeaderClassName
{
color: #1D99CA;
}
.AnyTagClassName
{
color: #1D99CA;
}
</style>
background-color css
<style>
a { background-color: #1D99CA; }
a { background-color: rgb(29,153,202); }
div.DivClassName
{
background-color: #1D99CA;
}
.BgClassName
{
background-color: #1D99CA;
}
</style>
border-color css
<style>
span { border-color: #1D99CA; }
span { border-color: rgb(29,153,202); }
td.TdClassName
{
border-color: #1D99CA;
}
.TagClassName
{
border-color: #1D99CA;
}
</style>