Html Css Color HEX #089DBB Pacific Blue

📋 copy color: '#089DBB'

red 8 ◦ green 157 ◦ blue 187

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

Shades of Pacific Blue #089DBB

Tints of Pacific Blue #089DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.6%

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 2.27%
G = 44.6%
B = 53.13%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#089DBB (or 0x089DBB) is known color: Pacific Blue. HEX triplet: 08, 9D and BB. RGB value is (8,157,187). Sum of RGB (Red+Green+Blue) = 8+157+187=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #089DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DBB is #F76244. Grayscale: #737373. Windows color (decimal): -16212549 or 12295432. OLE color: 12295432.

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

Color convert

RGB 8 157 187 -
CMYK 0.96 0.16 0 0.27
HSL 190.06º 0.92% 0.38% -
HSV(B) 190.06º 0.96% 0.73% -
XYZ 21.13 27.75 51.26 -
YUV 115.87 168.14 51.06 -
System Red Green Blue C M Y K H S L
Decimal 8 157 187 0.96 0.16 0 0.27 190.06 0.92 0.38
Hex 8 9D BB 60 10 0 1B BE 5C 26
Octal 10 235 273 140 20 0 33 276 134 46
Binary 1000 10011101 10111011 1100000 10000 0 11011 10111110 1011100 100110

Color Harmonies of #089DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089DBB

Black with #089DBB

Text Example


Text Example

White with #089DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,157,187); }

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

background-color css

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

 a { background-color: rgb(8,157,187); }

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

border-color css

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

 span { border-color: rgb(8,157,187); }

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