Html Css Color HEX #098FCB Pacific Blue

📋 copy color: '#098FCB'

red 9 ◦ green 143 ◦ blue 203

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

Shades of Pacific Blue #098FCB

Tints of Pacific Blue #098FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.28%

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

R = 2.54%
G = 40.28%
B = 57.18%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#098FCB (or 0x098FCB) is known color: Pacific Blue. HEX triplet: 09, 8F and CB. RGB value is (9,143,203). Sum of RGB (Red+Green+Blue) = 9+143+203=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #098FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FCB is #F67034. Grayscale: #6D6D6D. Windows color (decimal): -16150581 or 13340425. OLE color: 13340425.

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

Color convert

RGB 9 143 203 -
CMYK 0.96 0.30 0 0.20
HSL 198.56º 0.92% 0.42% -
HSV(B) 198.56º 0.96% 0.8% -
XYZ 20.71 24.01 60.04 -
YUV 109.77 180.61 56.12 -
System Red Green Blue C M Y K H S L
Decimal 9 143 203 0.96 0.30 0 0.20 198.56 0.92 0.42
Hex 9 8F CB 60 1E 0 14 C7 5C 2A
Octal 11 217 313 140 36 0 24 307 134 52
Binary 1001 10001111 11001011 1100000 11110 0 10100 11000111 1011100 101010

Color Harmonies of #098FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FCB

Black with #098FCB

Text Example


Text Example

White with #098FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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