Html Css Color HEX #089AC5 Pacific Blue

📋 copy color: '#089AC5'

red 8 ◦ green 154 ◦ blue 197

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

Shades of Pacific Blue #089AC5

Tints of Pacific Blue #089AC5

RGB

 RED value IS 8 (3.52% from 255) = 2.23%

 GREEN value IS 154 (60.55% from 255) = 42.9%

 BLUE value IS 197 (77.34% from 255) = 54.87%

R = 2.23%
G = 42.9%
B = 54.87%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#089AC5 (or 0x089AC5) is known color: Pacific Blue. HEX triplet: 08, 9A and C5. RGB value is (8,154,197). Sum of RGB (Red+Green+Blue) = 8+154+197=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 197 (77.34% from 255 or 54.87% from 359); Max value from RGB is 197 - color contains mainly: blue. Hex color #089AC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089AC5 is #F7653A. Grayscale: #727272. Windows color (decimal): -16213307 or 12950024. OLE color: 12950024.

HSL color Cylindrical-coordinate representation of color #089AC5: hue angle of 193.65º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089AC5 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 8 154 197 -
CMYK 0.96 0.22 0 0.23
HSL 193.65º 0.92% 0.4% -
HSV(B) 193.65º 0.96% 0.77% -
XYZ 21.73 27.19 56.93 -
YUV 115.25 174.13 51.5 -
System Red Green Blue C M Y K H S L
Decimal 8 154 197 0.96 0.22 0 0.23 193.65 0.92 0.4
Hex 8 9A C5 60 16 0 17 C2 5C 28
Octal 10 232 305 140 26 0 27 302 134 50
Binary 1000 10011010 11000101 1100000 10110 0 10111 11000010 1011100 101000

Color Harmonies of #089AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089AC5

Black with #089AC5

Text Example


Text Example

White with #089AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089AC5; }

 p { color: rgb(8,154,197); }

 H1.HeaderClassName
 {
   color: #089AC5;
 }
 .AnyTagClassName
 {
   color: #089AC5;
 }
</style>

background-color css

<style>
 a { background-color: #089AC5; }

 a { background-color: rgb(8,154,197); }

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

border-color css

<style>
 span { border-color: #089AC5; }

 span { border-color: rgb(8,154,197); }

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