Html Css Color HEX #089EC2 Pacific Blue

📋 copy color: '#089EC2'

red 8 ◦ green 158 ◦ blue 194

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

Shades of Pacific Blue #089EC2

Tints of Pacific Blue #089EC2

RGB

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

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

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

R = 2.22%
G = 43.89%
B = 53.89%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#089EC2 (or 0x089EC2) is known color: Pacific Blue. HEX triplet: 08, 9E and C2. RGB value is (8,158,194). Sum of RGB (Red+Green+Blue) = 8+158+194=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 194 (76.17% from 255 or 53.89% from 360); Max value from RGB is 194 - color contains mainly: blue. Hex color #089EC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EC2 is #F7613D. Grayscale: #747474. Windows color (decimal): -16212286 or 12754440. OLE color: 12754440.

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

Color convert

RGB 8 158 194 -
CMYK 0.96 0.19 0 0.24
HSL 191.61º 0.92% 0.4% -
HSV(B) 191.61º 0.96% 0.76% -
XYZ 22.06 28.4 55.36 -
YUV 117.25 171.31 50.07 -
System Red Green Blue C M Y K H S L
Decimal 8 158 194 0.96 0.19 0 0.24 191.61 0.92 0.4
Hex 8 9E C2 60 13 0 18 C0 5C 28
Octal 10 236 302 140 23 0 30 300 134 50
Binary 1000 10011110 11000010 1100000 10011 0 11000 11000000 1011100 101000

Color Harmonies of #089EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EC2

Black with #089EC2

Text Example


Text Example

White with #089EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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