Html Css Color HEX #089ADC Pacific Blue

📋 copy color: '#089ADC'

red 8 ◦ green 154 ◦ blue 220

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

Shades of Pacific Blue #089ADC

Tints of Pacific Blue #089ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 2.09%
G = 40.31%
B = 57.59%

CMYK

 C value IS 0.96

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#089ADC (or 0x089ADC) is known color: Pacific Blue. HEX triplet: 08, 9A and DC. RGB value is (8,154,220). Sum of RGB (Red+Green+Blue) = 8+154+220=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #089ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ADC is #F76523. Grayscale: #757575. Windows color (decimal): -16213284 or 14457352. OLE color: 14457352.

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

Color convert

RGB 8 154 220 -
CMYK 0.96 0.3 0 0.14
HSL 198.68º 0.93% 0.45% -
HSV(B) 198.68º 0.96% 0.86% -
XYZ 24.57 28.33 71.88 -
YUV 117.87 185.63 49.63 -
System Red Green Blue C M Y K H S L
Decimal 8 154 220 0.96 0.3 0 0.14 198.68 0.93 0.45
Hex 8 9A DC 60 1E 0 E C7 5D 2D
Octal 10 232 334 140 36 0 16 307 135 55
Binary 1000 10011010 11011100 1100000 11110 0 1110 11000111 1011101 101101

Color Harmonies of #089ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089ADC

Black with #089ADC

Text Example


Text Example

White with #089ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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