#0DA6BF

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

Shades of Pacific Blue #0DA6BF

Tints of Pacific Blue #0DA6BF

Color information

#0DA6BF (or 0x0DA6BF) is unknown color: approx Pacific Blue. HEX triplet: 0D, A6 and BF. RGB value is (13,166,191). Sum of RGB (Red+Green+Blue) = 13+166+191=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #0DA6BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA6BF is #F25940. Grayscale: #7A7A7A. Windows color (decimal): -15882561 or 12559885. OLE color: 12559885.

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

Color convert

RGB13166191-
CMYK0.930.1300.25
HSL188.43º87.25%40%-
HSV(B)188.43º93.19%74.9%-
XYZ23.2131.1254.07-
YUV123.1166.3149.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.51%
GREEN value IS 166 (65.23% from 255) = 44.86%
BLUE value IS 191 (75% from 255) = 51.62%
R=3.51%
G=44.86%
B=51.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131661910.930.1300.25188.4387.2540
HexDA6BF5DD019bc5728
Octal152462771351503127412750
Binary1101101001101011111110111011101011001101111001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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