Html Css Color HEX #0987D6 Pacific Blue

📋 copy color: '#0987D6'

red 9 ◦ green 135 ◦ blue 214

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

Shades of Pacific Blue #0987D6

Tints of Pacific Blue #0987D6

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

 BLUE value IS 214 (83.98% from 255) = 59.78%

R = 2.51%
G = 37.71%
B = 59.78%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0987D6 (or 0x0987D6) is known color: Pacific Blue. HEX triplet: 09, 87 and D6. RGB value is (9,135,214). Sum of RGB (Red+Green+Blue) = 9+135+214=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #0987D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0987D6 is #F67829. Grayscale: #696969. Windows color (decimal): -16152618 or 14059273. OLE color: 14059273.

HSL color Cylindrical-coordinate representation of color #0987D6: hue angle of 203.12º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0987D6 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 135 214 -
CMYK 0.96 0.37 0 0.16
HSL 203.12º 0.92% 0.44% -
HSV(B) 203.12º 0.96% 0.84% -
XYZ 20.91 22.24 66.81 -
YUV 106.33 188.76 58.58 -
System Red Green Blue C M Y K H S L
Decimal 9 135 214 0.96 0.37 0 0.16 203.12 0.92 0.44
Hex 9 87 D6 60 25 0 10 CB 5C 2C
Octal 11 207 326 140 45 0 20 313 134 54
Binary 1001 10000111 11010110 1100000 100101 0 10000 11001011 1011100 101100

Color Harmonies of #0987D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0987D6

Black with #0987D6

Text Example


Text Example

White with #0987D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0987D6; }

 p { color: rgb(9,135,214); }

 H1.HeaderClassName
 {
   color: #0987D6;
 }
 .AnyTagClassName
 {
   color: #0987D6;
 }
</style>

background-color css

<style>
 a { background-color: #0987D6; }

 a { background-color: rgb(9,135,214); }

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

border-color css

<style>
 span { border-color: #0987D6; }

 span { border-color: rgb(9,135,214); }

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