Html Css Color HEX #089ECE Pacific Blue

📋 copy color: '#089ECE'

red 8 ◦ green 158 ◦ blue 206

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

Shades of Pacific Blue #089ECE

Tints of Pacific Blue #089ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 2.15%
G = 42.47%
B = 55.38%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#089ECE (or 0x089ECE) is known color: Pacific Blue. HEX triplet: 08, 9E and CE. RGB value is (8,158,206). Sum of RGB (Red+Green+Blue) = 8+158+206=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #089ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ECE is #F76131. Grayscale: #767676. Windows color (decimal): -16212274 or 13540872. OLE color: 13540872.

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

Color convert

RGB 8 158 206 -
CMYK 0.96 0.23 0 0.19
HSL 194.55º 0.93% 0.42% -
HSV(B) 194.55º 0.96% 0.81% -
XYZ 23.47 28.96 62.75 -
YUV 118.62 177.31 49.1 -
System Red Green Blue C M Y K H S L
Decimal 8 158 206 0.96 0.23 0 0.19 194.55 0.93 0.42
Hex 8 9E CE 60 17 0 13 C3 5D 2A
Octal 10 236 316 140 27 0 23 303 135 52
Binary 1000 10011110 11001110 1100000 10111 0 10011 11000011 1011101 101010

Color Harmonies of #089ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089ECE

Black with #089ECE

Text Example


Text Example

White with #089ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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