Html Css Color HEX #098FD1 Pacific Blue

📋 copy color: '#098FD1'

red 9 ◦ green 143 ◦ blue 209

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

Shades of Pacific Blue #098FD1

Tints of Pacific Blue #098FD1

RGB

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

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

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

R = 2.49%
G = 39.61%
B = 57.89%

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

#098FD1 (or 0x098FD1) is known color: Pacific Blue. HEX triplet: 09, 8F and D1. RGB value is (9,143,209). Sum of RGB (Red+Green+Blue) = 9+143+209=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 209 (82.03% from 255 or 57.89% from 361); Max value from RGB is 209 - color contains mainly: blue. Hex color #098FD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FD1 is #F6702E. Grayscale: #6E6E6E. Windows color (decimal): -16150575 or 13733641. OLE color: 13733641.

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

Color convert

RGB 9 143 209 -
CMYK 0.96 0.32 0 0.18
HSL 199.8º 0.92% 0.43% -
HSV(B) 199.8º 0.96% 0.82% -
XYZ 21.44 24.31 63.88 -
YUV 110.46 183.61 55.63 -
System Red Green Blue C M Y K H S L
Decimal 9 143 209 0.96 0.32 0 0.18 199.8 0.92 0.43
Hex 9 8F D1 60 20 0 12 C8 5C 2B
Octal 11 217 321 140 40 0 22 310 134 53
Binary 1001 10001111 11010001 1100000 100000 0 10010 11001000 1011100 101011

Color Harmonies of #098FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FD1

Black with #098FD1

Text Example


Text Example

White with #098FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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