#0a84c8

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

Shades of Pacific Blue #0A84C8

Tints of Pacific Blue #0A84C8

Color information

#0A84C8 (or 0x0A84C8) is unknown color: approx Pacific Blue. HEX triplet: 0A, 84 and C8. RGB value is (10,132,200). Sum of RGB (Red+Green+Blue) = 10+132+200=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #0A84C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A84C8 is #F57B37. Grayscale: #666666. Windows color (decimal): -16087864 or 13141002. OLE color: 13141002.

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

Color convert

RGB10132200-
CMYK0.950.3400.22
HSL201.47º90.48%41.18%-
HSV(B)201.47º95%78.43%-
XYZ18.820.7457.66-
YUV103.27182.5861.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.92%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 200 (78.52% from 255) = 58.48%
R=2.92%
G=38.60%
B=58.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101322000.950.3400.22201.4790.4841.18
HexA84C85F22016c95a29
Octal122043101374202631113251
Binary101010000100110010001011111100010010110110010011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a84c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,132,200); }

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

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

 a { background-color: rgb(10,132,200); }

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

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

 span { border-color: rgb(10,132,200); }

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