Html Css Color HEX #098ACC Pacific Blue

📋 copy color: '#098ACC'

red 9 ◦ green 138 ◦ blue 204

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

Shades of Pacific Blue #098ACC

Tints of Pacific Blue #098ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.32%

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

R = 2.56%
G = 39.32%
B = 58.12%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#098ACC (or 0x098ACC) is known color: Pacific Blue. HEX triplet: 09, 8A and CC. RGB value is (9,138,204). Sum of RGB (Red+Green+Blue) = 9+138+204=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #098ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ACC is #F67533. Grayscale: #6A6A6A. Windows color (decimal): -16151860 or 13404681. OLE color: 13404681.

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

Color convert

RGB 9 138 204 -
CMYK 0.96 0.32 0 0.2
HSL 200.31º 0.92% 0.42% -
HSV(B) 200.31º 0.96% 0.8% -
XYZ 20.1 22.59 60.43 -
YUV 106.95 182.76 58.13 -
System Red Green Blue C M Y K H S L
Decimal 9 138 204 0.96 0.32 0 0.2 200.31 0.92 0.42
Hex 9 8A CC 60 20 0 14 C8 5C 2A
Octal 11 212 314 140 40 0 24 310 134 52
Binary 1001 10001010 11001100 1100000 100000 0 10100 11001000 1011100 101010

Color Harmonies of #098ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098ACC

Black with #098ACC

Text Example


Text Example

White with #098ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098ACC; }

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

 H1.HeaderClassName
 {
   color: #098ACC;
 }
 .AnyTagClassName
 {
   color: #098ACC;
 }
</style>

background-color css

<style>
 a { background-color: #098ACC; }

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

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

border-color css

<style>
 span { border-color: #098ACC; }

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

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