Html Css Color HEX #089EBC Pacific Blue

📋 copy color: '#089EBC'

red 8 ◦ green 158 ◦ blue 188

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

Shades of Pacific Blue #089EBC

Tints of Pacific Blue #089EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 2.26%
G = 44.63%
B = 53.11%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#089EBC (or 0x089EBC) is known color: Pacific Blue. HEX triplet: 08, 9E and BC. RGB value is (8,158,188). Sum of RGB (Red+Green+Blue) = 8+158+188=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #089EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EBC is #F76143. Grayscale: #747474. Windows color (decimal): -16212292 or 12361224. OLE color: 12361224.

HSL color Cylindrical-coordinate representation of color #089EBC: hue angle of 190º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089EBC is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 158 188 -
CMYK 0.96 0.16 0 0.26
HSL 190º 0.92% 0.38% -
HSV(B) 190º 0.96% 0.74% -
XYZ 21.4 28.14 51.88 -
YUV 116.57 168.31 50.56 -
System Red Green Blue C M Y K H S L
Decimal 8 158 188 0.96 0.16 0 0.26 190 0.92 0.38
Hex 8 9E BC 60 10 0 1A BE 5C 26
Octal 10 236 274 140 20 0 32 276 134 46
Binary 1000 10011110 10111100 1100000 10000 0 11010 10111110 1011100 100110

Color Harmonies of #089EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EBC

Black with #089EBC

Text Example


Text Example

White with #089EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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