Html Css Color HEX #0A8ECA Pacific Blue

📋 copy color: '#0A8ECA'

red 10 ◦ green 142 ◦ blue 202

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

Shades of Pacific Blue #0A8ECA

Tints of Pacific Blue #0A8ECA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.11%

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

R = 2.82%
G = 40.11%
B = 57.06%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A8ECA (or 0x0A8ECA) is known color: Pacific Blue. HEX triplet: 0A, 8E and CA. RGB value is (10,142,202). Sum of RGB (Red+Green+Blue) = 10+142+202=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A8ECA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8ECA is #F57135. Grayscale: #6D6D6D. Windows color (decimal): -16085302 or 13274634. OLE color: 13274634.

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

Color convert

RGB 10 142 202 -
CMYK 0.95 0.30 0 0.21
HSL 198.75º 0.91% 0.42% -
HSV(B) 198.75º 0.95% 0.79% -
XYZ 20.46 23.67 59.37 -
YUV 109.37 180.27 57.12 -
System Red Green Blue C M Y K H S L
Decimal 10 142 202 0.95 0.30 0 0.21 198.75 0.91 0.42
Hex A 8E CA 5F 1E 0 15 C7 5B 2A
Octal 12 216 312 137 36 0 25 307 133 52
Binary 1010 10001110 11001010 1011111 11110 0 10101 11000111 1011011 101010

Color Harmonies of #0A8ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8ECA

Black with #0A8ECA

Text Example


Text Example

White with #0A8ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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