Html Css Color HEX #089ECB Pacific Blue

📋 copy color: '#089ECB'

red 8 ◦ green 158 ◦ blue 203

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

Shades of Pacific Blue #089ECB

Tints of Pacific Blue #089ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 2.17%
G = 42.82%
B = 55.01%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#089ECB (or 0x089ECB) is known color: Pacific Blue. HEX triplet: 08, 9E and CB. RGB value is (8,158,203). Sum of RGB (Red+Green+Blue) = 8+158+203=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #089ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089ECB is #F76134. Grayscale: #757575. Windows color (decimal): -16212277 or 13344264. OLE color: 13344264.

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

Color convert

RGB 8 158 203 -
CMYK 0.96 0.22 0 0.20
HSL 193.85º 0.92% 0.41% -
HSV(B) 193.85º 0.96% 0.8% -
XYZ 23.11 28.82 60.84 -
YUV 118.28 175.81 49.34 -
System Red Green Blue C M Y K H S L
Decimal 8 158 203 0.96 0.22 0 0.20 193.85 0.92 0.41
Hex 8 9E CB 60 16 0 14 C2 5C 29
Octal 10 236 313 140 26 0 24 302 134 51
Binary 1000 10011110 11001011 1100000 10110 0 10100 11000010 1011100 101001

Color Harmonies of #089ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089ECB

Black with #089ECB

Text Example


Text Example

White with #089ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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