Html Css Color HEX #0984CE Pacific Blue

📋 copy color: '#0984CE'

red 9 ◦ green 132 ◦ blue 206

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

Shades of Pacific Blue #0984CE

Tints of Pacific Blue #0984CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.04%

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

R = 2.59%
G = 38.04%
B = 59.37%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0984CE (or 0x0984CE) is known color: Pacific Blue. HEX triplet: 09, 84 and CE. RGB value is (9,132,206). Sum of RGB (Red+Green+Blue) = 9+132+206=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #0984CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0984CE is #F67B31. Grayscale: #676767. Windows color (decimal): -16153394 or 13534217. OLE color: 13534217.

HSL color Cylindrical-coordinate representation of color #0984CE: hue angle of 202.54º 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 #0984CE is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 132 206 -
CMYK 0.96 0.36 0 0.19
HSL 202.54º 0.92% 0.42% -
HSV(B) 202.54º 0.96% 0.81% -
XYZ 19.5 21.02 61.42 -
YUV 103.66 185.75 60.48 -
System Red Green Blue C M Y K H S L
Decimal 9 132 206 0.96 0.36 0 0.19 202.54 0.92 0.42
Hex 9 84 CE 60 24 0 13 CB 5C 2A
Octal 11 204 316 140 44 0 23 313 134 52
Binary 1001 10000100 11001110 1100000 100100 0 10011 11001011 1011100 101010

Color Harmonies of #0984CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0984CE

Black with #0984CE

Text Example


Text Example

White with #0984CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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