Shades of Pacific Blue #1E9BD3
Tints of Pacific Blue #1E9BD3
RGB
CMYK
RGB Variations
Color information
#1E9BD3 (or 0x1E9BD3) is known color: Pacific Blue. HEX triplet: 1E, 9B and D3. RGB value is (30,155,211). Sum of RGB (Red+Green+Blue) = 30+155+211=396 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.58% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 211 (82.81% from 255 or 53.28% from 396); Max value from RGB is 211 - color contains mainly: blue. Hex color #1E9BD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9BD3 is #E1642C. Grayscale: #7B7B7B. Windows color (decimal): -14771245 or 13867806. OLE color: 13867806.
HSL color Cylindrical-coordinate representation of color #1E9BD3: hue angle of 198.56º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E9BD3 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 155 | 211 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.17 |
| HSL | 198.56º | 0.75% | 0.47% | - |
| HSV(B) | 198.56º | 0.86% | 0.83% | - |
| XYZ | 24.01 | 28.42 | 65.85 | - |
| YUV | 124.01 | 177.09 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 155 | 211 | 0.86 | 0.27 | 0 | 0.17 | 198.56 | 0.75 | 0.47 |
| Hex | 1E | 9B | D3 | 56 | 1B | 0 | 11 | C7 | 4B | 2F |
| Octal | 36 | 233 | 323 | 126 | 33 | 0 | 21 | 307 | 113 | 57 |
| Binary | 11110 | 10011011 | 11010011 | 1010110 | 11011 | 0 | 10001 | 11000111 | 1001011 | 101111 |
Color Harmonies of #1E9BD3
Complementary color
Monochromatic Colors of #1E9BD3
Black with #1E9BD3
Text Example
Text Example
White with #1E9BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9BD3; }
p { color: rgb(30,155,211); }
H1.HeaderClassName
{
color: #1E9BD3;
}
.AnyTagClassName
{
color: #1E9BD3;
}
</style>
background-color css
<style>
a { background-color: #1E9BD3; }
a { background-color: rgb(30,155,211); }
div.DivClassName
{
background-color: #1E9BD3;
}
.BgClassName
{
background-color: #1E9BD3;
}
</style>
border-color css
<style>
span { border-color: #1E9BD3; }
span { border-color: rgb(30,155,211); }
td.TdClassName
{
border-color: #1E9BD3;
}
.TagClassName
{
border-color: #1E9BD3;
}
</style>