Html Css Color HEX #099AC5 Pacific Blue

📋 copy color: '#099AC5'

red 9 ◦ green 154 ◦ blue 197

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

Shades of Pacific Blue #099AC5

Tints of Pacific Blue #099AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 54.72%

R = 2.5%
G = 42.78%
B = 54.72%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#099AC5 (or 0x099AC5) is known color: Pacific Blue. HEX triplet: 09, 9A and C5. RGB value is (9,154,197). Sum of RGB (Red+Green+Blue) = 9+154+197=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 197 (77.34% from 255 or 54.72% from 360); Max value from RGB is 197 - color contains mainly: blue. Hex color #099AC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099AC5 is #F6653A. Grayscale: #737373. Windows color (decimal): -16147771 or 12950025. OLE color: 12950025.

HSL color Cylindrical-coordinate representation of color #099AC5: hue angle of 193.72º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099AC5 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 9 154 197 -
CMYK 0.95 0.22 0 0.23
HSL 193.72º 0.91% 0.4% -
HSV(B) 193.72º 0.95% 0.77% -
XYZ 21.75 27.2 56.93 -
YUV 115.55 173.96 52 -
System Red Green Blue C M Y K H S L
Decimal 9 154 197 0.95 0.22 0 0.23 193.72 0.91 0.4
Hex 9 9A C5 5F 16 0 17 C2 5B 28
Octal 11 232 305 137 26 0 27 302 133 50
Binary 1001 10011010 11000101 1011111 10110 0 10111 11000010 1011011 101000

Color Harmonies of #099AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AC5

Black with #099AC5

Text Example


Text Example

White with #099AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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