Html Css Color HEX #099EC2 Pacific Blue

📋 copy color: '#099EC2'

red 9 ◦ green 158 ◦ blue 194

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

Shades of Pacific Blue #099EC2

Tints of Pacific Blue #099EC2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.77%

 BLUE value IS 194 (76.17% from 255) = 53.74%

R = 2.49%
G = 43.77%
B = 53.74%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#099EC2 (or 0x099EC2) is known color: Pacific Blue. HEX triplet: 09, 9E and C2. RGB value is (9,158,194). Sum of RGB (Red+Green+Blue) = 9+158+194=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 194 (76.17% from 255 or 53.74% from 361); Max value from RGB is 194 - color contains mainly: blue. Hex color #099EC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EC2 is #F6613D. Grayscale: #757575. Windows color (decimal): -16146750 or 12754441. OLE color: 12754441.

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

Color convert

RGB 9 158 194 -
CMYK 0.95 0.19 0 0.24
HSL 191.68º 0.91% 0.4% -
HSV(B) 191.68º 0.95% 0.76% -
XYZ 22.08 28.41 55.36 -
YUV 117.55 171.14 50.57 -
System Red Green Blue C M Y K H S L
Decimal 9 158 194 0.95 0.19 0 0.24 191.68 0.91 0.4
Hex 9 9E C2 5F 13 0 18 C0 5B 28
Octal 11 236 302 137 23 0 30 300 133 50
Binary 1001 10011110 11000010 1011111 10011 0 11000 11000000 1011011 101000

Color Harmonies of #099EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099EC2

Black with #099EC2

Text Example


Text Example

White with #099EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,158,194); }

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

background-color css

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

 a { background-color: rgb(9,158,194); }

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

border-color css

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

 span { border-color: rgb(9,158,194); }

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