Html Css Color HEX #0089CA Pacific Blue

📋 copy color: '#0089CA'

red 0 ◦ green 137 ◦ blue 202

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

Shades of Pacific Blue #0089CA

Tints of Pacific Blue #0089CA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 137 (53.91% from 255) = 40.41%

 BLUE value IS 202 (79.3% from 255) = 59.59%

R = 0%
G = 40.41%
B = 59.59%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0089CA (or 0x0089CA) is known color: Pacific Blue. HEX triplet: 00, 89 and CA. RGB value is (0,137,202). Sum of RGB (Red+Green+Blue) = 0+137+202=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #0089CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0089CA is #FF7635. Grayscale: #676767. Windows color (decimal): -16741942 or 13273344. OLE color: 13273344.

HSL color Cylindrical-coordinate representation of color #0089CA: hue angle of 199.31º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0089CA is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 137 202 -
CMYK 1 0.32 0 0.21
HSL 199.31º 1% 0.4% -
HSV(B) 199.31º 1% 0.79% -
XYZ 19.61 22.16 59.12 -
YUV 103.45 183.61 54.21 -
System Red Green Blue C M Y K H S L
Decimal 0 137 202 1 0.32 0 0.21 199.31 1 0.4
Hex 0 89 CA 64 20 0 15 C7 64 28
Octal 0 211 312 144 40 0 25 307 144 50
Binary 0 10001001 11001010 1100100 100000 0 10101 11000111 1100100 101000

Color Harmonies of #0089CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0089CA

Black with #0089CA

Text Example


Text Example

White with #0089CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0089CA; }

 p { color: rgb(0,137,202); }

 H1.HeaderClassName
 {
   color: #0089CA;
 }
 .AnyTagClassName
 {
   color: #0089CA;
 }
</style>

background-color css

<style>
 a { background-color: #0089CA; }

 a { background-color: rgb(0,137,202); }

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

border-color css

<style>
 span { border-color: #0089CA; }

 span { border-color: rgb(0,137,202); }

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