Html Css Color HEX #0987CE Pacific Blue

📋 copy color: '#0987CE'

red 9 ◦ green 135 ◦ blue 206

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

Shades of Pacific Blue #0987CE

Tints of Pacific Blue #0987CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 2.57%
G = 38.57%
B = 58.86%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0987CE (or 0x0987CE) is known color: Pacific Blue. HEX triplet: 09, 87 and CE. RGB value is (9,135,206). Sum of RGB (Red+Green+Blue) = 9+135+206=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #0987CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0987CE is #F67831. Grayscale: #696969. Windows color (decimal): -16152626 or 13534985. OLE color: 13534985.

HSL color Cylindrical-coordinate representation of color #0987CE: hue angle of 201.62º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0987CE is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 135 206 -
CMYK 0.96 0.34 0 0.19
HSL 201.62º 0.92% 0.42% -
HSV(B) 201.62º 0.96% 0.81% -
XYZ 19.92 21.84 61.56 -
YUV 105.42 184.76 59.23 -
System Red Green Blue C M Y K H S L
Decimal 9 135 206 0.96 0.34 0 0.19 201.62 0.92 0.42
Hex 9 87 CE 60 22 0 13 CA 5C 2A
Octal 11 207 316 140 42 0 23 312 134 52
Binary 1001 10000111 11001110 1100000 100010 0 10011 11001010 1011100 101010

Color Harmonies of #0987CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0987CE

Black with #0987CE

Text Example


Text Example

White with #0987CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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