Html Css Color HEX #098EC3 Pacific Blue

📋 copy color: '#098EC3'

red 9 ◦ green 142 ◦ blue 195

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

Shades of Pacific Blue #098EC3

Tints of Pacific Blue #098EC3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.04%

 BLUE value IS 195 (76.56% from 255) = 56.36%

R = 2.6%
G = 41.04%
B = 56.36%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#098EC3 (or 0x098EC3) is known color: Pacific Blue. HEX triplet: 09, 8E and C3. RGB value is (9,142,195). Sum of RGB (Red+Green+Blue) = 9+142+195=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 195 (76.56% from 255 or 56.36% from 346); Max value from RGB is 195 - color contains mainly: blue. Hex color #098EC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098EC3 is #F6713C. Grayscale: #6B6B6B. Windows color (decimal): -16150845 or 12815881. OLE color: 12815881.

HSL color Cylindrical-coordinate representation of color #098EC3: hue angle of 197.1º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098EC3 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 142 195 -
CMYK 0.95 0.27 0 0.24
HSL 197.1º 0.91% 0.4% -
HSV(B) 197.1º 0.95% 0.76% -
XYZ 19.64 23.34 55.1 -
YUV 108.28 176.94 57.19 -
System Red Green Blue C M Y K H S L
Decimal 9 142 195 0.95 0.27 0 0.24 197.1 0.91 0.4
Hex 9 8E C3 5F 1B 0 18 C5 5B 28
Octal 11 216 303 137 33 0 30 305 133 50
Binary 1001 10001110 11000011 1011111 11011 0 11000 11000101 1011011 101000

Color Harmonies of #098EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098EC3

Black with #098EC3

Text Example


Text Example

White with #098EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,142,195); }

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

background-color css

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

 a { background-color: rgb(9,142,195); }

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

border-color css

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

 span { border-color: rgb(9,142,195); }

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