Html Css Color HEX #089ECD Pacific Blue

📋 copy color: '#089ECD'

red 8 ◦ green 158 ◦ blue 205

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

Shades of Pacific Blue #089ECD

Tints of Pacific Blue #089ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 2.16%
G = 42.59%
B = 55.26%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#089ECD (or 0x089ECD) is known color: Pacific Blue. HEX triplet: 08, 9E and CD. RGB value is (8,158,205). Sum of RGB (Red+Green+Blue) = 8+158+205=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #089ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ECD is #F76132. Grayscale: #767676. Windows color (decimal): -16212275 or 13475336. OLE color: 13475336.

HSL color Cylindrical-coordinate representation of color #089ECD: hue angle of 194.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089ECD is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 158 205 -
CMYK 0.96 0.23 0 0.20
HSL 194.31º 0.92% 0.42% -
HSV(B) 194.31º 0.96% 0.8% -
XYZ 23.35 28.91 62.11 -
YUV 118.51 176.81 49.18 -
System Red Green Blue C M Y K H S L
Decimal 8 158 205 0.96 0.23 0 0.20 194.31 0.92 0.42
Hex 8 9E CD 60 17 0 14 C2 5C 2A
Octal 10 236 315 140 27 0 24 302 134 52
Binary 1000 10011110 11001101 1100000 10111 0 10100 11000010 1011100 101010

Color Harmonies of #089ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089ECD

Black with #089ECD

Text Example


Text Example

White with #089ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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