Html Css Color HEX #098EC8 Pacific Blue

📋 copy color: '#098EC8'

red 9 ◦ green 142 ◦ blue 200

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

Shades of Pacific Blue #098EC8

Tints of Pacific Blue #098EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 56.98%

R = 2.56%
G = 40.46%
B = 56.98%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#098EC8 (or 0x098EC8) is known color: Pacific Blue. HEX triplet: 09, 8E and C8. RGB value is (9,142,200). Sum of RGB (Red+Green+Blue) = 9+142+200=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 200 (78.52% from 255 or 56.98% from 351); Max value from RGB is 200 - color contains mainly: blue. Hex color #098EC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098EC8 is #F67137. Grayscale: #6C6C6C. Windows color (decimal): -16150840 or 13143561. OLE color: 13143561.

HSL color Cylindrical-coordinate representation of color #098EC8: hue angle of 198.22º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098EC8 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 142 200 -
CMYK 0.96 0.29 0 0.22
HSL 198.22º 0.91% 0.41% -
HSV(B) 198.22º 0.96% 0.78% -
XYZ 20.21 23.57 58.13 -
YUV 108.85 179.44 56.78 -
System Red Green Blue C M Y K H S L
Decimal 9 142 200 0.96 0.29 0 0.22 198.22 0.91 0.41
Hex 9 8E C8 60 1D 0 16 C6 5B 29
Octal 11 216 310 140 35 0 26 306 133 51
Binary 1001 10001110 11001000 1100000 11101 0 10110 11000110 1011011 101001

Color Harmonies of #098EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098EC8

Black with #098EC8

Text Example


Text Example

White with #098EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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