Html Css Color HEX #0986CD Pacific Blue

📋 copy color: '#0986CD'

red 9 ◦ green 134 ◦ blue 205

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

Shades of Pacific Blue #0986CD

Tints of Pacific Blue #0986CD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.51%

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

R = 2.59%
G = 38.51%
B = 58.91%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0986CD (or 0x0986CD) is known color: Pacific Blue. HEX triplet: 09, 86 and CD. RGB value is (9,134,205). Sum of RGB (Red+Green+Blue) = 9+134+205=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #0986CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0986CD is #F67932. Grayscale: #686868. Windows color (decimal): -16152883 or 13469193. OLE color: 13469193.

HSL color Cylindrical-coordinate representation of color #0986CD: hue angle of 201.73º 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 #0986CD is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 134 205 -
CMYK 0.96 0.35 0 0.20
HSL 201.73º 0.92% 0.42% -
HSV(B) 201.73º 0.96% 0.8% -
XYZ 19.66 21.52 60.87 -
YUV 104.72 184.59 59.73 -
System Red Green Blue C M Y K H S L
Decimal 9 134 205 0.96 0.35 0 0.20 201.73 0.92 0.42
Hex 9 86 CD 60 23 0 14 CA 5C 2A
Octal 11 206 315 140 43 0 24 312 134 52
Binary 1001 10000110 11001101 1100000 100011 0 10100 11001010 1011100 101010

Color Harmonies of #0986CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0986CD

Black with #0986CD

Text Example


Text Example

White with #0986CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,134,205); }

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

background-color css

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

 a { background-color: rgb(9,134,205); }

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

border-color css

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

 span { border-color: rgb(9,134,205); }

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