#0DA4C6

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

Shades of Pacific Blue #0DA4C6

Tints of Pacific Blue #0DA4C6

Color information

#0DA4C6 (or 0x0DA4C6) is unknown color: approx Pacific Blue. HEX triplet: 0D, A4 and C6. RGB value is (13,164,198). Sum of RGB (Red+Green+Blue) = 13+164+198=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #0DA4C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA4C6 is #F25B39. Grayscale: #7A7A7A. Windows color (decimal): -15883066 or 13018125. OLE color: 13018125.

HSL color Cylindrical-coordinate representation of color #0DA4C6: hue angle of 191.03º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DA4C6 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13164198-
CMYK0.930.1700.22
HSL191.03º87.68%41.37%-
HSV(B)191.03º93.43%77.65%-
XYZ23.6330.7158.11-
YUV122.73170.4749.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.47%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 198 (77.73% from 255) = 52.8%
R=3.47%
G=43.73%
B=52.8%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131641980.930.1700.22191.0387.6841.37
HexDA4C65D11016bf5829
Octal152443061352102627713051
Binary11011010010011000110101110110001010110101111111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,164,198); }

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

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

 a { background-color: rgb(13,164,198); }

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

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

 span { border-color: rgb(13,164,198); }

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