Html Css Color HEX #0989DF Pacific Blue

📋 copy color: '#0989DF'

red 9 ◦ green 137 ◦ blue 223

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

Shades of Pacific Blue #0989DF

Tints of Pacific Blue #0989DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 2.44%
G = 37.13%
B = 60.43%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0989DF (or 0x0989DF) is known color: Pacific Blue. HEX triplet: 09, 89 and DF. RGB value is (9,137,223). Sum of RGB (Red+Green+Blue) = 9+137+223=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #0989DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0989DF is #F67620. Grayscale: #6C6C6C. Windows color (decimal): -16152097 or 14649609. OLE color: 14649609.

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

Color convert

RGB 9 137 223 -
CMYK 0.96 0.39 0 0.13
HSL 204.11º 0.92% 0.45% -
HSV(B) 204.11º 0.96% 0.87% -
XYZ 22.38 23.28 73.13 -
YUV 108.53 192.59 57.01 -
System Red Green Blue C M Y K H S L
Decimal 9 137 223 0.96 0.39 0 0.13 204.11 0.92 0.45
Hex 9 89 DF 60 27 0 D CC 5C 2D
Octal 11 211 337 140 47 0 15 314 134 55
Binary 1001 10001001 11011111 1100000 100111 0 1101 11001100 1011100 101101

Color Harmonies of #0989DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0989DF

Black with #0989DF

Text Example


Text Example

White with #0989DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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