Html Css Color HEX #089ADB Pacific Blue

📋 copy color: '#089ADB'

red 8 ◦ green 154 ◦ blue 219

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

Shades of Pacific Blue #089ADB

Tints of Pacific Blue #089ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.42%

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

R = 2.1%
G = 40.42%
B = 57.48%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#089ADB (or 0x089ADB) is known color: Pacific Blue. HEX triplet: 08, 9A and DB. RGB value is (8,154,219). Sum of RGB (Red+Green+Blue) = 8+154+219=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #089ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ADB is #F76524. Grayscale: #757575. Windows color (decimal): -16213285 or 14391816. OLE color: 14391816.

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

Color convert

RGB 8 154 219 -
CMYK 0.96 0.30 0 0.14
HSL 198.48º 0.93% 0.45% -
HSV(B) 198.48º 0.96% 0.86% -
XYZ 24.44 28.28 71.19 -
YUV 117.76 185.13 49.71 -
System Red Green Blue C M Y K H S L
Decimal 8 154 219 0.96 0.30 0 0.14 198.48 0.93 0.45
Hex 8 9A DB 60 1E 0 E C6 5D 2D
Octal 10 232 333 140 36 0 16 306 135 55
Binary 1000 10011010 11011011 1100000 11110 0 1110 11000110 1011101 101101

Color Harmonies of #089ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089ADB

Black with #089ADB

Text Example


Text Example

White with #089ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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