Html Css Color HEX #098CC8 Pacific Blue

📋 copy color: '#098CC8'

red 9 ◦ green 140 ◦ blue 200

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

Shades of Pacific Blue #098CC8

Tints of Pacific Blue #098CC8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.11%

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

R = 2.58%
G = 40.11%
B = 57.31%

CMYK

 C value IS 0.96

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#098CC8 (or 0x098CC8) is known color: Pacific Blue. HEX triplet: 09, 8C and C8. RGB value is (9,140,200). Sum of RGB (Red+Green+Blue) = 9+140+200=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 200 (78.52% from 255 or 57.31% from 349); Max value from RGB is 200 - color contains mainly: blue. Hex color #098CC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CC8 is #F67337. Grayscale: #6B6B6B. Windows color (decimal): -16151352 or 13143049. OLE color: 13143049.

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

Color convert

RGB 9 140 200 -
CMYK 0.96 0.3 0 0.22
HSL 198.85º 0.91% 0.41% -
HSV(B) 198.85º 0.96% 0.78% -
XYZ 19.92 22.98 58.03 -
YUV 107.67 180.1 57.62 -
System Red Green Blue C M Y K H S L
Decimal 9 140 200 0.96 0.3 0 0.22 198.85 0.91 0.41
Hex 9 8C C8 60 1E 0 16 C7 5B 29
Octal 11 214 310 140 36 0 26 307 133 51
Binary 1001 10001100 11001000 1100000 11110 0 10110 11000111 1011011 101001

Color Harmonies of #098CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CC8

Black with #098CC8

Text Example


Text Example

White with #098CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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