Html Css Color HEX #089AC9 Pacific Blue

📋 copy color: '#089AC9'

red 8 ◦ green 154 ◦ blue 201

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

Shades of Pacific Blue #089AC9

Tints of Pacific Blue #089AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 55.37%

R = 2.2%
G = 42.42%
B = 55.37%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#089AC9 (or 0x089AC9) is known color: Pacific Blue. HEX triplet: 08, 9A and C9. RGB value is (8,154,201). Sum of RGB (Red+Green+Blue) = 8+154+201=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #089AC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089AC9 is #F76536. Grayscale: #737373. Windows color (decimal): -16213303 or 13212168. OLE color: 13212168.

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

Color convert

RGB 8 154 201 -
CMYK 0.96 0.23 0 0.21
HSL 194.61º 0.92% 0.41% -
HSV(B) 194.61º 0.96% 0.79% -
XYZ 22.2 27.38 59.37 -
YUV 115.7 176.13 51.18 -
System Red Green Blue C M Y K H S L
Decimal 8 154 201 0.96 0.23 0 0.21 194.61 0.92 0.41
Hex 8 9A C9 60 17 0 15 C3 5C 29
Octal 10 232 311 140 27 0 25 303 134 51
Binary 1000 10011010 11001001 1100000 10111 0 10101 11000011 1011100 101001

Color Harmonies of #089AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089AC9

Black with #089AC9

Text Example


Text Example

White with #089AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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