Html Css Color HEX #0A89CC Pacific Blue

📋 copy color: '#0A89CC'

red 10 ◦ green 137 ◦ blue 204

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

Shades of Pacific Blue #0A89CC

Tints of Pacific Blue #0A89CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 2.85%
G = 39.03%
B = 58.12%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0A89CC (or 0x0A89CC) is known color: Pacific Blue. HEX triplet: 0A, 89 and CC. RGB value is (10,137,204). Sum of RGB (Red+Green+Blue) = 10+137+204=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A89CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A89CC is #F57633. Grayscale: #6A6A6A. Windows color (decimal): -16086580 or 13404426. OLE color: 13404426.

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

Color convert

RGB 10 137 204 -
CMYK 0.95 0.33 0 0.2
HSL 200.72º 0.91% 0.42% -
HSV(B) 200.72º 0.95% 0.8% -
XYZ 19.97 22.32 60.38 -
YUV 106.67 182.92 59.05 -
System Red Green Blue C M Y K H S L
Decimal 10 137 204 0.95 0.33 0 0.2 200.72 0.91 0.42
Hex A 89 CC 5F 21 0 14 C9 5B 2A
Octal 12 211 314 137 41 0 24 311 133 52
Binary 1010 10001001 11001100 1011111 100001 0 10100 11001001 1011011 101010

Color Harmonies of #0A89CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A89CC

Black with #0A89CC

Text Example


Text Example

White with #0A89CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,137,204); }

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

background-color css

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

 a { background-color: rgb(10,137,204); }

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

border-color css

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

 span { border-color: rgb(10,137,204); }

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