#0A83CA

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

Shades of Pacific Blue #0A83CA

Tints of Pacific Blue #0A83CA

Color information

#0A83CA (or 0x0A83CA) is unknown color: approx Pacific Blue. HEX triplet: 0A, 83 and CA. RGB value is (10,131,202). Sum of RGB (Red+Green+Blue) = 10+131+202=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A83CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A83CA is #F57C35. Grayscale: #666666. Windows color (decimal): -16088118 or 13271818. OLE color: 13271818.

HSL color Cylindrical-coordinate representation of color #0A83CA: hue angle of 202.19º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A83CA is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10131202-
CMYK0.950.3500.21
HSL202.19º90.57%41.57%-
HSV(B)202.19º95.05%79.22%-
XYZ18.920.5658.85-
YUV102.92183.9161.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.92%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=2.92%
G=38.19%
B=58.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101312020.950.3500.21202.1990.5741.57
HexA83CA5F23015ca5b2a
Octal122033121374302531213352
Binary101010000011110010101011111100011010101110010101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,131,202); }

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

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

 a { background-color: rgb(10,131,202); }

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

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

 span { border-color: rgb(10,131,202); }

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