#0CA0DD

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

Shades of Pacific Blue #0CA0DD

Tints of Pacific Blue #0CA0DD

Color information

#0CA0DD (or 0x0CA0DD) is unknown color: approx Pacific Blue. HEX triplet: 0C, A0 and DD. RGB value is (12,160,221). Sum of RGB (Red+Green+Blue) = 12+160+221=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CA0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA0DD is #F35F22. Grayscale: #7A7A7A. Windows color (decimal): -15949603 or 14524428. OLE color: 14524428.

HSL color Cylindrical-coordinate representation of color #0CA0DD: hue angle of 197.51º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CA0DD is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12160221-
CMYK0.950.2800.13
HSL197.51º89.7%45.69%-
HSV(B)197.51º94.57%86.67%-
XYZ25.7730.4472.92-
YUV122.7183.4749.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.05%
GREEN value IS 160 (62.89% from 255) = 40.71%
BLUE value IS 221 (86.72% from 255) = 56.23%
R=3.05%
G=40.71%
B=56.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121602210.950.2800.13197.5189.745.69
HexCA0DD5F1C0Dc65a2e
Octal142403351373401530613256
Binary1100101000001101110110111111110001101110001101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,160,221); }

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

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

 a { background-color: rgb(12,160,221); }

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

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

 span { border-color: rgb(12,160,221); }

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