Html Css Color HEX #089EDB Pacific Blue

📋 copy color: '#089EDB'

red 8 ◦ green 158 ◦ blue 219

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

Shades of Pacific Blue #089EDB

Tints of Pacific Blue #089EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.04%

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

R = 2.08%
G = 41.04%
B = 56.88%

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

#089EDB (or 0x089EDB) is known color: Pacific Blue. HEX triplet: 08, 9E and DB. RGB value is (8,158,219). Sum of RGB (Red+Green+Blue) = 8+158+219=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #089EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EDB is #F76124. Grayscale: #777777. Windows color (decimal): -16212261 or 14392840. OLE color: 14392840.

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

Color convert

RGB 8 158 219 -
CMYK 0.96 0.28 0 0.14
HSL 197.35º 0.93% 0.45% -
HSV(B) 197.35º 0.96% 0.86% -
XYZ 25.11 29.62 71.41 -
YUV 120.1 183.81 48.04 -
System Red Green Blue C M Y K H S L
Decimal 8 158 219 0.96 0.28 0 0.14 197.35 0.93 0.45
Hex 8 9E DB 60 1C 0 E C5 5D 2D
Octal 10 236 333 140 34 0 16 305 135 55
Binary 1000 10011110 11011011 1100000 11100 0 1110 11000101 1011101 101101

Color Harmonies of #089EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EDB

Black with #089EDB

Text Example


Text Example

White with #089EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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