Html Css Color HEX #089ADD Pacific Blue

📋 copy color: '#089ADD'

red 8 ◦ green 154 ◦ blue 221

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

Shades of Pacific Blue #089ADD

Tints of Pacific Blue #089ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 2.09%
G = 40.21%
B = 57.7%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#089ADD (or 0x089ADD) is known color: Pacific Blue. HEX triplet: 08, 9A and DD. RGB value is (8,154,221). Sum of RGB (Red+Green+Blue) = 8+154+221=383 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #089ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ADD is #F76522. Grayscale: #757575. Windows color (decimal): -16213283 or 14522888. OLE color: 14522888.

HSL color Cylindrical-coordinate representation of color #089ADD: hue angle of 198.87º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089ADD is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 154 221 -
CMYK 0.96 0.30 0 0.13
HSL 198.87º 0.93% 0.45% -
HSV(B) 198.87º 0.96% 0.87% -
XYZ 24.71 28.38 72.58 -
YUV 117.98 186.13 49.55 -
System Red Green Blue C M Y K H S L
Decimal 8 154 221 0.96 0.30 0 0.13 198.87 0.93 0.45
Hex 8 9A DD 60 1E 0 D C7 5D 2D
Octal 10 232 335 140 36 0 15 307 135 55
Binary 1000 10011010 11011101 1100000 11110 0 1101 11000111 1011101 101101

Color Harmonies of #089ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089ADD

Black with #089ADD

Text Example


Text Example

White with #089ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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