Html Css Color HEX #0985CC Pacific Blue

📋 copy color: '#0985CC'

red 9 ◦ green 133 ◦ blue 204

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

Shades of Pacific Blue #0985CC

Tints of Pacific Blue #0985CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.44%

 BLUE value IS 204 (80.08% from 255) = 58.96%

R = 2.6%
G = 38.44%
B = 58.96%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0985CC (or 0x0985CC) is known color: Pacific Blue. HEX triplet: 09, 85 and CC. RGB value is (9,133,204). Sum of RGB (Red+Green+Blue) = 9+133+204=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #0985CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0985CC is #F67A33. Grayscale: #676767. Windows color (decimal): -16153140 or 13403401. OLE color: 13403401.

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

Color convert

RGB 9 133 204 -
CMYK 0.96 0.35 0 0.2
HSL 201.85º 0.92% 0.42% -
HSV(B) 201.85º 0.96% 0.8% -
XYZ 19.4 21.19 60.19 -
YUV 104.02 184.42 60.23 -
System Red Green Blue C M Y K H S L
Decimal 9 133 204 0.96 0.35 0 0.2 201.85 0.92 0.42
Hex 9 85 CC 60 23 0 14 CA 5C 2A
Octal 11 205 314 140 43 0 24 312 134 52
Binary 1001 10000101 11001100 1100000 100011 0 10100 11001010 1011100 101010

Color Harmonies of #0985CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0985CC

Black with #0985CC

Text Example


Text Example

White with #0985CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0985CC; }

 p { color: rgb(9,133,204); }

 H1.HeaderClassName
 {
   color: #0985CC;
 }
 .AnyTagClassName
 {
   color: #0985CC;
 }
</style>

background-color css

<style>
 a { background-color: #0985CC; }

 a { background-color: rgb(9,133,204); }

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

border-color css

<style>
 span { border-color: #0985CC; }

 span { border-color: rgb(9,133,204); }

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