Html Css Color HEX #089ED9 Pacific Blue

📋 copy color: '#089ED9'

red 8 ◦ green 158 ◦ blue 217

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

Shades of Pacific Blue #089ED9

Tints of Pacific Blue #089ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 56.66%

R = 2.09%
G = 41.25%
B = 56.66%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#089ED9 (or 0x089ED9) is known color: Pacific Blue. HEX triplet: 08, 9E and D9. RGB value is (8,158,217). Sum of RGB (Red+Green+Blue) = 8+158+217=383 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 217 (85.16% from 255 or 56.66% from 383); Max value from RGB is 217 - color contains mainly: blue. Hex color #089ED9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ED9 is #F76126. Grayscale: #777777. Windows color (decimal): -16212263 or 14261768. OLE color: 14261768.

HSL color Cylindrical-coordinate representation of color #089ED9: hue angle of 196.94º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089ED9 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 158 217 -
CMYK 0.96 0.27 0 0.15
HSL 196.94º 0.93% 0.44% -
HSV(B) 196.94º 0.96% 0.85% -
XYZ 24.85 29.52 70.03 -
YUV 119.88 182.81 48.2 -
System Red Green Blue C M Y K H S L
Decimal 8 158 217 0.96 0.27 0 0.15 196.94 0.93 0.44
Hex 8 9E D9 60 1B 0 F C5 5D 2C
Octal 10 236 331 140 33 0 17 305 135 54
Binary 1000 10011110 11011001 1100000 11011 0 1111 11000101 1011101 101100

Color Harmonies of #089ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089ED9

Black with #089ED9

Text Example


Text Example

White with #089ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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