Html Css Color HEX #099ABF Pacific Blue

📋 copy color: '#099ABF'

red 9 ◦ green 154 ◦ blue 191

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

Shades of Pacific Blue #099ABF

Tints of Pacific Blue #099ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.95%

R = 2.54%
G = 43.5%
B = 53.95%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#099ABF (or 0x099ABF) is known color: Pacific Blue. HEX triplet: 09, 9A and BF. RGB value is (9,154,191). Sum of RGB (Red+Green+Blue) = 9+154+191=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #099ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ABF is #F66540. Grayscale: #727272. Windows color (decimal): -16147777 or 12556809. OLE color: 12556809.

HSL color Cylindrical-coordinate representation of color #099ABF: hue angle of 192.2º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099ABF is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 154 191 -
CMYK 0.95 0.19 0 0.25
HSL 192.2º 0.91% 0.39% -
HSV(B) 192.2º 0.95% 0.75% -
XYZ 21.07 26.93 53.38 -
YUV 114.86 170.96 52.49 -
System Red Green Blue C M Y K H S L
Decimal 9 154 191 0.95 0.19 0 0.25 192.2 0.91 0.39
Hex 9 9A BF 5F 13 0 19 C0 5B 27
Octal 11 232 277 137 23 0 31 300 133 47
Binary 1001 10011010 10111111 1011111 10011 0 11001 11000000 1011011 100111

Color Harmonies of #099ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099ABF

Black with #099ABF

Text Example


Text Example

White with #099ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,154,191); }

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

background-color css

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

 a { background-color: rgb(9,154,191); }

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

border-color css

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

 span { border-color: rgb(9,154,191); }

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