Html Css Color HEX #089DDB Pacific Blue

📋 copy color: '#089DDB'

red 8 ◦ green 157 ◦ blue 219

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

Shades of Pacific Blue #089DDB

Tints of Pacific Blue #089DDB

RGB

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

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

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

R = 2.08%
G = 40.89%
B = 57.03%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#089DDB (or 0x089DDB) is known color: Pacific Blue. HEX triplet: 08, 9D and DB. RGB value is (8,157,219). Sum of RGB (Red+Green+Blue) = 8+157+219=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #089DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DDB is #F76224. Grayscale: #777777. Windows color (decimal): -16212517 or 14392584. OLE color: 14392584.

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

Color convert

RGB 8 157 219 -
CMYK 0.96 0.28 0 0.14
HSL 197.63º 0.93% 0.45% -
HSV(B) 197.63º 0.96% 0.86% -
XYZ 24.94 29.28 71.35 -
YUV 119.52 184.14 48.46 -
System Red Green Blue C M Y K H S L
Decimal 8 157 219 0.96 0.28 0 0.14 197.63 0.93 0.45
Hex 8 9D DB 60 1C 0 E C6 5D 2D
Octal 10 235 333 140 34 0 16 306 135 55
Binary 1000 10011101 11011011 1100000 11100 0 1110 11000110 1011101 101101

Color Harmonies of #089DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089DDB

Black with #089DDB

Text Example


Text Example

White with #089DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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