Html Css Color HEX #0989DD Pacific Blue

📋 copy color: '#0989DD'

red 9 ◦ green 137 ◦ blue 221

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

Shades of Pacific Blue #0989DD

Tints of Pacific Blue #0989DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 2.45%
G = 37.33%
B = 60.22%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0989DD (or 0x0989DD) is known color: Pacific Blue. HEX triplet: 09, 89 and DD. RGB value is (9,137,221). Sum of RGB (Red+Green+Blue) = 9+137+221=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #0989DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0989DD is #F67622. Grayscale: #6B6B6B. Windows color (decimal): -16152099 or 14518537. OLE color: 14518537.

HSL color Cylindrical-coordinate representation of color #0989DD: hue angle of 203.77º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0989DD is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 137 221 -
CMYK 0.96 0.38 0 0.13
HSL 203.77º 0.92% 0.45% -
HSV(B) 203.77º 0.96% 0.87% -
XYZ 22.11 23.17 71.71 -
YUV 108.3 191.59 57.17 -
System Red Green Blue C M Y K H S L
Decimal 9 137 221 0.96 0.38 0 0.13 203.77 0.92 0.45
Hex 9 89 DD 60 26 0 D CC 5C 2D
Octal 11 211 335 140 46 0 15 314 134 55
Binary 1001 10001001 11011101 1100000 100110 0 1101 11001100 1011100 101101

Color Harmonies of #0989DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0989DD

Black with #0989DD

Text Example


Text Example

White with #0989DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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