#0CA3D7

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

Shades of Pacific Blue #0CA3D7

Tints of Pacific Blue #0CA3D7

Color information

#0CA3D7 (or 0x0CA3D7) is unknown color: approx Pacific Blue. HEX triplet: 0C, A3 and D7. RGB value is (12,163,215). Sum of RGB (Red+Green+Blue) = 12+163+215=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #0CA3D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA3D7 is #F35C28. Grayscale: #7B7B7B. Windows color (decimal): -15948841 or 14131980. OLE color: 14131980.

HSL color Cylindrical-coordinate representation of color #0CA3D7: hue angle of 195.37º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CA3D7 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12163215-
CMYK0.940.2400.16
HSL195.37º89.43%44.51%-
HSV(B)195.37º94.42%84.31%-
XYZ25.5131.1868.96-
YUV123.78179.4748.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.08%
GREEN value IS 163 (64.06% from 255) = 41.79%
BLUE value IS 215 (84.38% from 255) = 55.13%
R=3.08%
G=41.79%
B=55.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal121632150.940.2400.16195.3789.4344.51
HexCA3D75E18010c3592d
Octal142433271363002030313155
Binary11001010001111010111101111011000010000110000111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,163,215); }

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

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

 a { background-color: rgb(12,163,215); }

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

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

 span { border-color: rgb(12,163,215); }

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