Html Css Color HEX #089EC9 Pacific Blue

📋 copy color: '#089EC9'

red 8 ◦ green 158 ◦ blue 201

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

Shades of Pacific Blue #089EC9

Tints of Pacific Blue #089EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.77%

R = 2.18%
G = 43.05%
B = 54.77%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#089EC9 (or 0x089EC9) is known color: Pacific Blue. HEX triplet: 08, 9E and C9. RGB value is (8,158,201). Sum of RGB (Red+Green+Blue) = 8+158+201=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #089EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EC9 is #F76136. Grayscale: #757575. Windows color (decimal): -16212279 or 13213192. OLE color: 13213192.

HSL color Cylindrical-coordinate representation of color #089EC9: hue angle of 193.37º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089EC9 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 158 201 -
CMYK 0.96 0.21 0 0.21
HSL 193.37º 0.92% 0.41% -
HSV(B) 193.37º 0.96% 0.79% -
XYZ 22.87 28.72 59.6 -
YUV 118.05 174.81 49.5 -
System Red Green Blue C M Y K H S L
Decimal 8 158 201 0.96 0.21 0 0.21 193.37 0.92 0.41
Hex 8 9E C9 60 15 0 15 C1 5C 29
Octal 10 236 311 140 25 0 25 301 134 51
Binary 1000 10011110 11001001 1100000 10101 0 10101 11000001 1011100 101001

Color Harmonies of #089EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EC9

Black with #089EC9

Text Example


Text Example

White with #089EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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