#0CA4D1

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

Shades of Pacific Blue #0CA4D1

Tints of Pacific Blue #0CA4D1

Color information

#0CA4D1 (or 0x0CA4D1) is unknown color: approx Pacific Blue. HEX triplet: 0C, A4 and D1. RGB value is (12,164,209). Sum of RGB (Red+Green+Blue) = 12+164+209=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #0CA4D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA4D1 is #F35B2E. Grayscale: #7B7B7B. Windows color (decimal): -15948591 or 13739020. OLE color: 13739020.

HSL color Cylindrical-coordinate representation of color #0CA4D1: hue angle of 193.71º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CA4D1 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12164209-
CMYK0.940.2200.18
HSL193.71º89.14%43.33%-
HSV(B)193.71º94.26%81.96%-
XYZ24.9431.2365.04-
YUV123.68176.1448.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.12%
GREEN value IS 164 (64.45% from 255) = 42.60%
BLUE value IS 209 (82.03% from 255) = 54.29%
R=3.12%
G=42.60%
B=54.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121642090.940.2200.18193.7189.1443.33
HexCA4D15E16012c2592b
Octal142443211362602230213153
Binary11001010010011010001101111010110010010110000101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,164,209); }

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

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

 a { background-color: rgb(12,164,209); }

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

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

 span { border-color: rgb(12,164,209); }

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