Html Css Color HEX #0A8ACA Pacific Blue

📋 copy color: '#0A8ACA'

red 10 ◦ green 138 ◦ blue 202

#0A8ACA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0A8ACA

Tints of Pacific Blue #0A8ACA

RGB

 RED value IS 10 (4.3% from 255) = 2.86%

 GREEN value IS 138 (54.3% from 255) = 39.43%

 BLUE value IS 202 (79.3% from 255) = 57.71%

R = 2.86%
G = 39.43%
B = 57.71%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A8ACA (or 0x0A8ACA) is known color: Pacific Blue. HEX triplet: 0A, 8A and CA. RGB value is (10,138,202). Sum of RGB (Red+Green+Blue) = 10+138+202=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A8ACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8ACA is #F57535. Grayscale: #6A6A6A. Windows color (decimal): -16086326 or 13273610. OLE color: 13273610.

HSL color Cylindrical-coordinate representation of color #0A8ACA: hue angle of 200º 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 #0A8ACA is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 10 138 202 -
CMYK 0.95 0.32 0 0.21
HSL 200º 0.91% 0.42% -
HSV(B) 200º 0.95% 0.79% -
XYZ 19.87 22.51 59.17 -
YUV 107.02 181.59 58.8 -
System Red Green Blue C M Y K H S L
Decimal 10 138 202 0.95 0.32 0 0.21 200 0.91 0.42
Hex A 8A CA 5F 20 0 15 C8 5B 2A
Octal 12 212 312 137 40 0 25 310 133 52
Binary 1010 10001010 11001010 1011111 100000 0 10101 11001000 1011011 101010

Color Harmonies of #0A8ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8ACA

Black with #0A8ACA

Text Example


Text Example

White with #0A8ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A8ACA;
 }
 .AnyTagClassName
 {
   color: #0A8ACA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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