Html Css Color HEX #0089CD Pacific Blue

📋 copy color: '#0089CD'

red 0 ◦ green 137 ◦ blue 205

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

Shades of Pacific Blue #0089CD

Tints of Pacific Blue #0089CD

RGB

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

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

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

R = 0%
G = 40.06%
B = 59.94%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0089CD (or 0x0089CD) is known color: Pacific Blue. HEX triplet: 00, 89 and CD. RGB value is (0,137,205). Sum of RGB (Red+Green+Blue) = 0+137+205=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #0089CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0089CD is #FF7632. Grayscale: #676767. Windows color (decimal): -16741939 or 13469952. OLE color: 13469952.

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

Color convert

RGB 0 137 205 -
CMYK 1 0.33 0 0.20
HSL 199.9º 1% 0.4% -
HSV(B) 199.9º 1% 0.8% -
XYZ 19.97 22.3 61.01 -
YUV 103.79 185.11 53.97 -
System Red Green Blue C M Y K H S L
Decimal 0 137 205 1 0.33 0 0.20 199.9 1 0.4
Hex 0 89 CD 64 21 0 14 C8 64 28
Octal 0 211 315 144 41 0 24 310 144 50
Binary 0 10001001 11001101 1100100 100001 0 10100 11001000 1100100 101000

Color Harmonies of #0089CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0089CD

Black with #0089CD

Text Example


Text Example

White with #0089CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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