Html Css Color HEX #098FCE Pacific Blue

📋 copy color: '#098FCE'

red 9 ◦ green 143 ◦ blue 206

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

Shades of Pacific Blue #098FCE

Tints of Pacific Blue #098FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.54%

R = 2.51%
G = 39.94%
B = 57.54%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#098FCE (or 0x098FCE) is known color: Pacific Blue. HEX triplet: 09, 8F and CE. RGB value is (9,143,206). Sum of RGB (Red+Green+Blue) = 9+143+206=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #098FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FCE is #F67031. Grayscale: #6D6D6D. Windows color (decimal): -16150578 or 13537033. OLE color: 13537033.

HSL color Cylindrical-coordinate representation of color #098FCE: hue angle of 199.19º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098FCE is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 143 206 -
CMYK 0.96 0.31 0 0.19
HSL 199.19º 0.92% 0.42% -
HSV(B) 199.19º 0.96% 0.81% -
XYZ 21.08 24.16 61.94 -
YUV 110.12 182.11 55.88 -
System Red Green Blue C M Y K H S L
Decimal 9 143 206 0.96 0.31 0 0.19 199.19 0.92 0.42
Hex 9 8F CE 60 1F 0 13 C7 5C 2A
Octal 11 217 316 140 37 0 23 307 134 52
Binary 1001 10001111 11001110 1100000 11111 0 10011 11000111 1011100 101010

Color Harmonies of #098FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FCE

Black with #098FCE

Text Example


Text Example

White with #098FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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