#0DA6BA

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

Shades of Pacific Blue #0DA6BA

Tints of Pacific Blue #0DA6BA

Color information

#0DA6BA (or 0x0DA6BA) is unknown color: approx Pacific Blue. HEX triplet: 0D, A6 and BA. RGB value is (13,166,186). Sum of RGB (Red+Green+Blue) = 13+166+186=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #0DA6BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA6BA is #F25945. Grayscale: #7A7A7A. Windows color (decimal): -15882566 or 12232205. OLE color: 12232205.

HSL color Cylindrical-coordinate representation of color #0DA6BA: hue angle of 186.94º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DA6BA is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13166186-
CMYK0.930.1100.27
HSL186.94º86.93%39.02%-
HSV(B)186.94º93.01%72.94%-
XYZ22.6730.951.22-
YUV122.53163.8149.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.56%
GREEN value IS 166 (65.23% from 255) = 45.48%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=3.56%
G=45.48%
B=50.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131661860.930.1100.27186.9486.9339.02
HexDA6BA5DB01Bbb5727
Octal152462721351303327312747
Binary1101101001101011101010111011011011011101110111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,166,186); }

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

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

 a { background-color: rgb(13,166,186); }

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

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

 span { border-color: rgb(13,166,186); }

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