Html Css Color HEX #0984CB Pacific Blue

📋 copy color: '#0984CB'

red 9 ◦ green 132 ◦ blue 203

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

Shades of Pacific Blue #0984CB

Tints of Pacific Blue #0984CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.01%

R = 2.62%
G = 38.37%
B = 59.01%

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

#0984CB (or 0x0984CB) is known color: Pacific Blue. HEX triplet: 09, 84 and CB. RGB value is (9,132,203). Sum of RGB (Red+Green+Blue) = 9+132+203=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #0984CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0984CB is #F67B34. Grayscale: #666666. Windows color (decimal): -16153397 or 13337609. OLE color: 13337609.

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

Color convert

RGB 9 132 203 -
CMYK 0.96 0.35 0 0.20
HSL 201.96º 0.92% 0.42% -
HSV(B) 201.96º 0.96% 0.8% -
XYZ 19.14 20.87 59.52 -
YUV 103.32 184.25 60.73 -
System Red Green Blue C M Y K H S L
Decimal 9 132 203 0.96 0.35 0 0.20 201.96 0.92 0.42
Hex 9 84 CB 60 23 0 14 CA 5C 2A
Octal 11 204 313 140 43 0 24 312 134 52
Binary 1001 10000100 11001011 1100000 100011 0 10100 11001010 1011100 101010

Color Harmonies of #0984CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0984CB

Black with #0984CB

Text Example


Text Example

White with #0984CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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