Html Css Color HEX #098ACB Pacific Blue

📋 copy color: '#098ACB'

red 9 ◦ green 138 ◦ blue 203

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

Shades of Pacific Blue #098ACB

Tints of Pacific Blue #098ACB

RGB

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

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

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

R = 2.57%
G = 39.43%
B = 58%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#098ACB (or 0x098ACB) is known color: Pacific Blue. HEX triplet: 09, 8A and CB. RGB value is (9,138,203). Sum of RGB (Red+Green+Blue) = 9+138+203=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #098ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ACB is #F67534. Grayscale: #6A6A6A. Windows color (decimal): -16151861 or 13339145. OLE color: 13339145.

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

Color convert

RGB 9 138 203 -
CMYK 0.96 0.32 0 0.20
HSL 200.1º 0.92% 0.42% -
HSV(B) 200.1º 0.96% 0.8% -
XYZ 19.98 22.55 59.8 -
YUV 106.84 182.26 58.21 -
System Red Green Blue C M Y K H S L
Decimal 9 138 203 0.96 0.32 0 0.20 200.1 0.92 0.42
Hex 9 8A CB 60 20 0 14 C8 5C 2A
Octal 11 212 313 140 40 0 24 310 134 52
Binary 1001 10001010 11001011 1100000 100000 0 10100 11001000 1011100 101010

Color Harmonies of #098ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098ACB

Black with #098ACB

Text Example


Text Example

White with #098ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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