Html Css Color HEX #098ED1 Pacific Blue

📋 copy color: '#098ED1'

red 9 ◦ green 142 ◦ blue 209

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

Shades of Pacific Blue #098ED1

Tints of Pacific Blue #098ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 58.06%

R = 2.5%
G = 39.44%
B = 58.06%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#098ED1 (or 0x098ED1) is known color: Pacific Blue. HEX triplet: 09, 8E and D1. RGB value is (9,142,209). Sum of RGB (Red+Green+Blue) = 9+142+209=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 209 (82.03% from 255 or 58.06% from 360); Max value from RGB is 209 - color contains mainly: blue. Hex color #098ED1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ED1 is #F6712E. Grayscale: #6D6D6D. Windows color (decimal): -16150831 or 13733385. OLE color: 13733385.

HSL color Cylindrical-coordinate representation of color #098ED1: hue angle of 200.1º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098ED1 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 9 142 209 -
CMYK 0.96 0.32 0 0.18
HSL 200.1º 0.92% 0.43% -
HSV(B) 200.1º 0.96% 0.82% -
XYZ 21.29 24.01 63.83 -
YUV 109.87 183.94 56.05 -
System Red Green Blue C M Y K H S L
Decimal 9 142 209 0.96 0.32 0 0.18 200.1 0.92 0.43
Hex 9 8E D1 60 20 0 12 C8 5C 2B
Octal 11 216 321 140 40 0 22 310 134 53
Binary 1001 10001110 11010001 1100000 100000 0 10010 11001000 1011100 101011

Color Harmonies of #098ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098ED1

Black with #098ED1

Text Example


Text Example

White with #098ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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