Html Css Color HEX #0989CC Pacific Blue

📋 copy color: '#0989CC'

red 9 ◦ green 137 ◦ blue 204

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

Shades of Pacific Blue #0989CC

Tints of Pacific Blue #0989CC

RGB

 RED value IS 9 (3.91% from 255) = 2.57%

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

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 2.57%
G = 39.14%
B = 58.29%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0989CC (or 0x0989CC) is known color: Pacific Blue. HEX triplet: 09, 89 and CC. RGB value is (9,137,204). Sum of RGB (Red+Green+Blue) = 9+137+204=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #0989CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0989CC is #F67633. Grayscale: #696969. Windows color (decimal): -16152116 or 13404425. OLE color: 13404425.

HSL color Cylindrical-coordinate representation of color #0989CC: hue angle of 200.62º 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 #0989CC is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 137 204 -
CMYK 0.96 0.33 0 0.2
HSL 200.62º 0.92% 0.42% -
HSV(B) 200.62º 0.96% 0.8% -
XYZ 19.96 22.31 60.38 -
YUV 106.37 183.09 58.55 -
System Red Green Blue C M Y K H S L
Decimal 9 137 204 0.96 0.33 0 0.2 200.62 0.92 0.42
Hex 9 89 CC 60 21 0 14 C9 5C 2A
Octal 11 211 314 140 41 0 24 311 134 52
Binary 1001 10001001 11001100 1100000 100001 0 10100 11001001 1011100 101010

Color Harmonies of #0989CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0989CC

Black with #0989CC

Text Example


Text Example

White with #0989CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0989CC; }

 p { color: rgb(9,137,204); }

 H1.HeaderClassName
 {
   color: #0989CC;
 }
 .AnyTagClassName
 {
   color: #0989CC;
 }
</style>

background-color css

<style>
 a { background-color: #0989CC; }

 a { background-color: rgb(9,137,204); }

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

border-color css

<style>
 span { border-color: #0989CC; }

 span { border-color: rgb(9,137,204); }

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