Html Css Color HEX #089BDB Pacific Blue

📋 copy color: '#089BDB'

red 8 ◦ green 155 ◦ blue 219

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

Shades of Pacific Blue #089BDB

Tints of Pacific Blue #089BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 2.09%
G = 40.58%
B = 57.33%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#089BDB (or 0x089BDB) is known color: Pacific Blue. HEX triplet: 08, 9B and DB. RGB value is (8,155,219). Sum of RGB (Red+Green+Blue) = 8+155+219=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #089BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BDB is #F76424. Grayscale: #757575. Windows color (decimal): -16213029 or 14392072. OLE color: 14392072.

HSL color Cylindrical-coordinate representation of color #089BDB: hue angle of 198.2º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089BDB is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 155 219 -
CMYK 0.96 0.29 0 0.14
HSL 198.2º 0.93% 0.45% -
HSV(B) 198.2º 0.96% 0.86% -
XYZ 24.61 28.61 71.24 -
YUV 118.34 184.8 49.3 -
System Red Green Blue C M Y K H S L
Decimal 8 155 219 0.96 0.29 0 0.14 198.2 0.93 0.45
Hex 8 9B DB 60 1D 0 E C6 5D 2D
Octal 10 233 333 140 35 0 16 306 135 55
Binary 1000 10011011 11011011 1100000 11101 0 1110 11000110 1011101 101101

Color Harmonies of #089BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BDB

Black with #089BDB

Text Example


Text Example

White with #089BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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