Html Css Color HEX #0988CC Pacific Blue

📋 copy color: '#0988CC'

red 9 ◦ green 136 ◦ blue 204

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

Shades of Pacific Blue #0988CC

Tints of Pacific Blue #0988CC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.97%

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

R = 2.58%
G = 38.97%
B = 58.45%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0988CC (or 0x0988CC) is known color: Pacific Blue. HEX triplet: 09, 88 and CC. RGB value is (9,136,204). Sum of RGB (Red+Green+Blue) = 9+136+204=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #0988CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0988CC is #F67733. Grayscale: #696969. Windows color (decimal): -16152372 or 13404169. OLE color: 13404169.

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

Color convert

RGB 9 136 204 -
CMYK 0.96 0.33 0 0.2
HSL 200.92º 0.92% 0.42% -
HSV(B) 200.92º 0.96% 0.8% -
XYZ 19.82 22.03 60.33 -
YUV 105.78 183.42 58.97 -
System Red Green Blue C M Y K H S L
Decimal 9 136 204 0.96 0.33 0 0.2 200.92 0.92 0.42
Hex 9 88 CC 60 21 0 14 C9 5C 2A
Octal 11 210 314 140 41 0 24 311 134 52
Binary 1001 10001000 11001100 1100000 100001 0 10100 11001001 1011100 101010

Color Harmonies of #0988CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0988CC

Black with #0988CC

Text Example


Text Example

White with #0988CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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