Html Css Color HEX #099FBA Pacific Blue

📋 copy color: '#099FBA'

red 9 ◦ green 159 ◦ blue 186

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

Shades of Pacific Blue #099FBA

Tints of Pacific Blue #099FBA

RGB

 RED value IS 9 (3.91% from 255) = 2.54%

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

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

R = 2.54%
G = 44.92%
B = 52.54%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#099FBA (or 0x099FBA) is known color: Pacific Blue. HEX triplet: 09, 9F and BA. RGB value is (9,159,186). Sum of RGB (Red+Green+Blue) = 9+159+186=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #099FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FBA is #F66045. Grayscale: #747474. Windows color (decimal): -16146502 or 12230409. OLE color: 12230409.

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

Color convert

RGB 9 159 186 -
CMYK 0.95 0.15 0 0.27
HSL 189.15º 0.91% 0.38% -
HSV(B) 189.15º 0.95% 0.73% -
XYZ 21.37 28.4 50.81 -
YUV 117.23 166.81 50.8 -
System Red Green Blue C M Y K H S L
Decimal 9 159 186 0.95 0.15 0 0.27 189.15 0.91 0.38
Hex 9 9F BA 5F F 0 1B BD 5B 26
Octal 11 237 272 137 17 0 33 275 133 46
Binary 1001 10011111 10111010 1011111 1111 0 11011 10111101 1011011 100110

Color Harmonies of #099FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FBA

Black with #099FBA

Text Example


Text Example

White with #099FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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