Shades of Pacific Blue #1DA5CE
Tints of Pacific Blue #1DA5CE
RGB
CMYK
RGB Variations
Color information
#1DA5CE (or 0x1DA5CE) is known color: Pacific Blue. HEX triplet: 1D, A5 and CE. RGB value is (29,165,206). Sum of RGB (Red+Green+Blue) = 29+165+206=400 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DA5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DA5CE is #E25A31. Grayscale: #808080. Windows color (decimal): -14834226 or 13542685. OLE color: 13542685.
HSL color Cylindrical-coordinate representation of color #1DA5CE: hue angle of 193.9º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DA5CE is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 165 | 206 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.19 |
| HSL | 193.9º | 0.75% | 0.46% | - |
| HSV(B) | 193.9º | 0.86% | 0.81% | - |
| XYZ | 25.1 | 31.63 | 63.17 | - |
| YUV | 129.01 | 171.44 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 206 | 0.86 | 0.20 | 0 | 0.19 | 193.9 | 0.75 | 0.46 |
| Hex | 1D | A5 | CE | 56 | 14 | 0 | 13 | C2 | 4B | 2E |
| Octal | 35 | 245 | 316 | 126 | 24 | 0 | 23 | 302 | 113 | 56 |
| Binary | 11101 | 10100101 | 11001110 | 1010110 | 10100 | 0 | 10011 | 11000010 | 1001011 | 101110 |
Color Harmonies of #1DA5CE
Complementary color
Monochromatic Colors of #1DA5CE
Black with #1DA5CE
Text Example
Text Example
White with #1DA5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA5CE; }
p { color: rgb(29,165,206); }
H1.HeaderClassName
{
color: #1DA5CE;
}
.AnyTagClassName
{
color: #1DA5CE;
}
</style>
background-color css
<style>
a { background-color: #1DA5CE; }
a { background-color: rgb(29,165,206); }
div.DivClassName
{
background-color: #1DA5CE;
}
.BgClassName
{
background-color: #1DA5CE;
}
</style>
border-color css
<style>
span { border-color: #1DA5CE; }
span { border-color: rgb(29,165,206); }
td.TdClassName
{
border-color: #1DA5CE;
}
.TagClassName
{
border-color: #1DA5CE;
}
</style>