Html Css Color HEX #089BBE Pacific Blue

📋 copy color: '#089BBE'

red 8 ◦ green 155 ◦ blue 190

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

Shades of Pacific Blue #089BBE

Tints of Pacific Blue #089BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.91%

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 2.27%
G = 43.91%
B = 53.82%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#089BBE (or 0x089BBE) is known color: Pacific Blue. HEX triplet: 08, 9B and BE. RGB value is (8,155,190). Sum of RGB (Red+Green+Blue) = 8+155+190=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #089BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BBE is #F76441. Grayscale: #727272. Windows color (decimal): -16213058 or 12491528. OLE color: 12491528.

HSL color Cylindrical-coordinate representation of color #089BBE: hue angle of 191.54º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BBE is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 155 190 -
CMYK 0.96 0.18 0 0.25
HSL 191.54º 0.92% 0.39% -
HSV(B) 191.54º 0.96% 0.75% -
XYZ 21.12 27.21 52.85 -
YUV 115.04 170.3 51.65 -
System Red Green Blue C M Y K H S L
Decimal 8 155 190 0.96 0.18 0 0.25 191.54 0.92 0.39
Hex 8 9B BE 60 12 0 19 C0 5C 27
Octal 10 233 276 140 22 0 31 300 134 47
Binary 1000 10011011 10111110 1100000 10010 0 11001 11000000 1011100 100111

Color Harmonies of #089BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BBE

Black with #089BBE

Text Example


Text Example

White with #089BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,155,190); }

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

background-color css

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

 a { background-color: rgb(8,155,190); }

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

border-color css

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

 span { border-color: rgb(8,155,190); }

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