Html Css Color HEX #089AD0 Pacific Blue

📋 copy color: '#089AD0'

red 8 ◦ green 154 ◦ blue 208

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

Shades of Pacific Blue #089AD0

Tints of Pacific Blue #089AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.22%

R = 2.16%
G = 41.62%
B = 56.22%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#089AD0 (or 0x089AD0) is known color: Pacific Blue. HEX triplet: 08, 9A and D0. RGB value is (8,154,208). Sum of RGB (Red+Green+Blue) = 8+154+208=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #089AD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089AD0 is #F7652F. Grayscale: #747474. Windows color (decimal): -16213296 or 13670920. OLE color: 13670920.

HSL color Cylindrical-coordinate representation of color #089AD0: hue angle of 196.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089AD0 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 8 154 208 -
CMYK 0.96 0.26 0 0.18
HSL 196.2º 0.93% 0.42% -
HSV(B) 196.2º 0.96% 0.82% -
XYZ 23.04 27.72 63.81 -
YUV 116.5 179.63 50.61 -
System Red Green Blue C M Y K H S L
Decimal 8 154 208 0.96 0.26 0 0.18 196.2 0.93 0.42
Hex 8 9A D0 60 1A 0 12 C4 5D 2A
Octal 10 232 320 140 32 0 22 304 135 52
Binary 1000 10011010 11010000 1100000 11010 0 10010 11000100 1011101 101010

Color Harmonies of #089AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089AD0

Black with #089AD0

Text Example


Text Example

White with #089AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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