Html Css Color HEX #089EDC Pacific Blue

📋 copy color: '#089EDC'

red 8 ◦ green 158 ◦ blue 220

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

Shades of Pacific Blue #089EDC

Tints of Pacific Blue #089EDC

RGB

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

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

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

R = 2.07%
G = 40.93%
B = 56.99%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#089EDC (or 0x089EDC) is known color: Pacific Blue. HEX triplet: 08, 9E and DC. RGB value is (8,158,220). Sum of RGB (Red+Green+Blue) = 8+158+220=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #089EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089EDC is #F76123. Grayscale: #777777. Windows color (decimal): -16212260 or 14458376. OLE color: 14458376.

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

Color convert

RGB 8 158 220 -
CMYK 0.96 0.28 0 0.14
HSL 197.55º 0.93% 0.45% -
HSV(B) 197.55º 0.96% 0.86% -
XYZ 25.25 29.67 72.11 -
YUV 120.22 184.31 47.96 -
System Red Green Blue C M Y K H S L
Decimal 8 158 220 0.96 0.28 0 0.14 197.55 0.93 0.45
Hex 8 9E DC 60 1C 0 E C6 5D 2D
Octal 10 236 334 140 34 0 16 306 135 55
Binary 1000 10011110 11011100 1100000 11100 0 1110 11000110 1011101 101101

Color Harmonies of #089EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EDC

Black with #089EDC

Text Example


Text Example

White with #089EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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