Html Css Color HEX #0089CF Pacific Blue

📋 copy color: '#0089CF'

red 0 ◦ green 137 ◦ blue 207

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

Shades of Pacific Blue #0089CF

Tints of Pacific Blue #0089CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.17%

R = 0%
G = 39.83%
B = 60.17%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0089CF (or 0x0089CF) is known color: Pacific Blue. HEX triplet: 00, 89 and CF. RGB value is (0,137,207). Sum of RGB (Red+Green+Blue) = 0+137+207=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #0089CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0089CF is #FF7630. Grayscale: #676767. Windows color (decimal): -16741937 or 13601024. OLE color: 13601024.

HSL color Cylindrical-coordinate representation of color #0089CF: hue angle of 200.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0089CF is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 137 207 -
CMYK 1 0.34 0 0.19
HSL 200.29º 1% 0.41% -
HSV(B) 200.29º 1% 0.81% -
XYZ 20.21 22.4 62.29 -
YUV 104.02 186.11 53.81 -
System Red Green Blue C M Y K H S L
Decimal 0 137 207 1 0.34 0 0.19 200.29 1 0.41
Hex 0 89 CF 64 22 0 13 C8 64 29
Octal 0 211 317 144 42 0 23 310 144 51
Binary 0 10001001 11001111 1100100 100010 0 10011 11001000 1100100 101001

Color Harmonies of #0089CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0089CF

Black with #0089CF

Text Example


Text Example

White with #0089CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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