#0d9abd

Color #0D9ABD Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0D9ABD

Tints of Pacific Blue #0D9ABD

Color information

#0D9ABD (or 0x0D9ABD) is unknown color: approx Pacific Blue. HEX triplet: 0D, 9A and BD. RGB value is (13,154,189). Sum of RGB (Red+Green+Blue) = 13+154+189=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D9ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9ABD is #F26542. Grayscale: #737373. Windows color (decimal): -15885635 or 12425741. OLE color: 12425741.

HSL color Cylindrical-coordinate representation of color #0D9ABD: hue angle of 191.93º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D9ABD is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13154189-
CMYK0.930.1900.26
HSL191.93º87.13%39.61%-
HSV(B)191.93º93.12%74.12%-
XYZ20.9126.8752.23-
YUV115.83169.2954.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 3.65%
GREEN value IS 154 (60.55% from 255) = 43.26%
BLUE value IS 189 (74.22% from 255) = 53.09%
R=3.65%
G=43.26%
B=53.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131541890.930.1900.26191.9387.1339.61
HexD9ABD5D1301Ac05728
Octal152322751352303230012750
Binary11011001101010111101101110110011011010110000001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d9abd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0d9abd; }

 p { color: rgb(13,154,189); }

 H1.HeaderClassName
 {
   color: #0d9abd;
 }
 .AnyTagClassName
 {
   color: #0d9abd;
 }
</style>
background-color css

<style>
 a { background-color: #0d9abd; }

 a { background-color: rgb(13,154,189); }

 div.DivClassName
 {
   background-color: #0d9abd;
 }
 .BgClassName
 {
   background-color: #0d9abd;
 }
</style>
border-color css

<style>
 span { border-color: #0d9abd; }

 span { border-color: rgb(13,154,189); }

 td.TdClassName
 {
   border-color: #0d9abd;
 }
 .TagClassName
 {
   border-color: #0d9abd;
 }
</style>