Html Css Color HEX #0889CD Pacific Blue

📋 copy color: '#0889CD'

red 8 ◦ green 137 ◦ blue 205

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

Shades of Pacific Blue #0889CD

Tints of Pacific Blue #0889CD

RGB

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

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

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

R = 2.29%
G = 39.14%
B = 58.57%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0889CD (or 0x0889CD) is known color: Pacific Blue. HEX triplet: 08, 89 and CD. RGB value is (8,137,205). Sum of RGB (Red+Green+Blue) = 8+137+205=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #0889CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0889CD is #F77632. Grayscale: #696969. Windows color (decimal): -16217651 or 13469960. OLE color: 13469960.

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

Color convert

RGB 8 137 205 -
CMYK 0.96 0.33 0 0.20
HSL 200.71º 0.92% 0.42% -
HSV(B) 200.71º 0.96% 0.8% -
XYZ 20.07 22.35 61.01 -
YUV 106.18 183.76 57.97 -
System Red Green Blue C M Y K H S L
Decimal 8 137 205 0.96 0.33 0 0.20 200.71 0.92 0.42
Hex 8 89 CD 60 21 0 14 C9 5C 2A
Octal 10 211 315 140 41 0 24 311 134 52
Binary 1000 10001001 11001101 1100000 100001 0 10100 11001001 1011100 101010

Color Harmonies of #0889CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0889CD

Black with #0889CD

Text Example


Text Example

White with #0889CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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