Html Css Color HEX #089ABD Pacific Blue

📋 copy color: '#089ABD'

red 8 ◦ green 154 ◦ blue 189

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

Shades of Pacific Blue #089ABD

Tints of Pacific Blue #089ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.85%

R = 2.28%
G = 43.87%
B = 53.85%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#089ABD (or 0x089ABD) is known color: Pacific Blue. HEX triplet: 08, 9A and BD. RGB value is (8,154,189). Sum of RGB (Red+Green+Blue) = 8+154+189=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #089ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ABD is #F76542. Grayscale: #727272. Windows color (decimal): -16213315 or 12425736. OLE color: 12425736.

HSL color Cylindrical-coordinate representation of color #089ABD: hue angle of 191.6º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089ABD is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 154 189 -
CMYK 0.96 0.19 0 0.26
HSL 191.6º 0.92% 0.39% -
HSV(B) 191.6º 0.96% 0.74% -
XYZ 20.84 26.84 52.23 -
YUV 114.34 170.13 52.15 -
System Red Green Blue C M Y K H S L
Decimal 8 154 189 0.96 0.19 0 0.26 191.6 0.92 0.39
Hex 8 9A BD 60 13 0 1A C0 5C 27
Octal 10 232 275 140 23 0 32 300 134 47
Binary 1000 10011010 10111101 1100000 10011 0 11010 11000000 1011100 100111

Color Harmonies of #089ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089ABD

Black with #089ABD

Text Example


Text Example

White with #089ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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