Html Css Color HEX #098DC8 Pacific Blue

📋 copy color: '#098DC8'

red 9 ◦ green 141 ◦ blue 200

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

Shades of Pacific Blue #098DC8

Tints of Pacific Blue #098DC8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

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

R = 2.57%
G = 40.29%
B = 57.14%

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

#098DC8 (or 0x098DC8) is known color: Pacific Blue. HEX triplet: 09, 8D and C8. RGB value is (9,141,200). Sum of RGB (Red+Green+Blue) = 9+141+200=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 200 (78.52% from 255 or 57.14% from 350); Max value from RGB is 200 - color contains mainly: blue. Hex color #098DC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098DC8 is #F67237. Grayscale: #6B6B6B. Windows color (decimal): -16151096 or 13143305. OLE color: 13143305.

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

Color convert

RGB 9 141 200 -
CMYK 0.96 0.29 0 0.22
HSL 198.53º 0.91% 0.41% -
HSV(B) 198.53º 0.96% 0.78% -
XYZ 20.06 23.28 58.08 -
YUV 108.26 179.77 57.2 -
System Red Green Blue C M Y K H S L
Decimal 9 141 200 0.96 0.29 0 0.22 198.53 0.91 0.41
Hex 9 8D C8 60 1D 0 16 C7 5B 29
Octal 11 215 310 140 35 0 26 307 133 51
Binary 1001 10001101 11001000 1100000 11101 0 10110 11000111 1011011 101001

Color Harmonies of #098DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098DC8

Black with #098DC8

Text Example


Text Example

White with #098DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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