Html Css Color HEX #089BBC Pacific Blue

📋 copy color: '#089BBC'

red 8 ◦ green 155 ◦ blue 188

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

Shades of Pacific Blue #089BBC

Tints of Pacific Blue #089BBC

RGB

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

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

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

R = 2.28%
G = 44.16%
B = 53.56%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#089BBC (or 0x089BBC) is known color: Pacific Blue. HEX triplet: 08, 9B and BC. RGB value is (8,155,188). Sum of RGB (Red+Green+Blue) = 8+155+188=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #089BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BBC is #F76443. Grayscale: #727272. Windows color (decimal): -16213060 or 12360456. OLE color: 12360456.

HSL color Cylindrical-coordinate representation of color #089BBC: hue angle of 191º 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 #089BBC is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 155 188 -
CMYK 0.96 0.18 0 0.26
HSL 191º 0.92% 0.38% -
HSV(B) 191º 0.96% 0.74% -
XYZ 20.9 27.13 51.71 -
YUV 114.81 169.3 51.82 -
System Red Green Blue C M Y K H S L
Decimal 8 155 188 0.96 0.18 0 0.26 191 0.92 0.38
Hex 8 9B BC 60 12 0 1A BF 5C 26
Octal 10 233 274 140 22 0 32 277 134 46
Binary 1000 10011011 10111100 1100000 10010 0 11010 10111111 1011100 100110

Color Harmonies of #089BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BBC

Black with #089BBC

Text Example


Text Example

White with #089BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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