Html Css Color HEX #0A8ACD Pacific Blue

📋 copy color: '#0A8ACD'

red 10 ◦ green 138 ◦ blue 205

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

Shades of Pacific Blue #0A8ACD

Tints of Pacific Blue #0A8ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.07%

R = 2.83%
G = 39.09%
B = 58.07%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0A8ACD (or 0x0A8ACD) is known color: Pacific Blue. HEX triplet: 0A, 8A and CD. RGB value is (10,138,205). Sum of RGB (Red+Green+Blue) = 10+138+205=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A8ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8ACD is #F57532. Grayscale: #6A6A6A. Windows color (decimal): -16086323 or 13470218. OLE color: 13470218.

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

Color convert

RGB 10 138 205 -
CMYK 0.95 0.33 0 0.20
HSL 200.62º 0.91% 0.42% -
HSV(B) 200.62º 0.95% 0.8% -
XYZ 20.23 22.65 61.06 -
YUV 107.37 183.09 58.55 -
System Red Green Blue C M Y K H S L
Decimal 10 138 205 0.95 0.33 0 0.20 200.62 0.91 0.42
Hex A 8A CD 5F 21 0 14 C9 5B 2A
Octal 12 212 315 137 41 0 24 311 133 52
Binary 1010 10001010 11001101 1011111 100001 0 10100 11001001 1011011 101010

Color Harmonies of #0A8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8ACD

Black with #0A8ACD

Text Example


Text Example

White with #0A8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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