Html Css Color HEX #089FBA Pacific Blue

📋 copy color: '#089FBA'

red 8 ◦ green 159 ◦ blue 186

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

Shades of Pacific Blue #089FBA

Tints of Pacific Blue #089FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.04%

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 2.27%
G = 45.04%
B = 52.69%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#089FBA (or 0x089FBA) is known color: Pacific Blue. HEX triplet: 08, 9F and BA. RGB value is (8,159,186). Sum of RGB (Red+Green+Blue) = 8+159+186=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #089FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FBA is #F76045. Grayscale: #747474. Windows color (decimal): -16212038 or 12230408. OLE color: 12230408.

HSL color Cylindrical-coordinate representation of color #089FBA: hue angle of 189.1º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089FBA is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 159 186 -
CMYK 0.96 0.15 0 0.27
HSL 189.1º 0.92% 0.38% -
HSV(B) 189.1º 0.96% 0.73% -
XYZ 21.36 28.39 50.81 -
YUV 116.93 166.97 50.3 -
System Red Green Blue C M Y K H S L
Decimal 8 159 186 0.96 0.15 0 0.27 189.1 0.92 0.38
Hex 8 9F BA 60 F 0 1B BD 5C 26
Octal 10 237 272 140 17 0 33 275 134 46
Binary 1000 10011111 10111010 1100000 1111 0 11011 10111101 1011100 100110

Color Harmonies of #089FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089FBA

Black with #089FBA

Text Example


Text Example

White with #089FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,159,186); }

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

background-color css

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

 a { background-color: rgb(8,159,186); }

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

border-color css

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

 span { border-color: rgb(8,159,186); }

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