Html Css Color HEX #098DDE Pacific Blue

📋 copy color: '#098DDE'

red 9 ◦ green 141 ◦ blue 222

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

Shades of Pacific Blue #098DDE

Tints of Pacific Blue #098DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.68%

R = 2.42%
G = 37.9%
B = 59.68%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#098DDE (or 0x098DDE) is known color: Pacific Blue. HEX triplet: 09, 8D and DE. RGB value is (9,141,222). Sum of RGB (Red+Green+Blue) = 9+141+222=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #098DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098DDE is #F67221. Grayscale: #6E6E6E. Windows color (decimal): -16151074 or 14585097. OLE color: 14585097.

HSL color Cylindrical-coordinate representation of color #098DDE: hue angle of 202.82º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098DDE is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 141 222 -
CMYK 0.96 0.36 0 0.13
HSL 202.82º 0.92% 0.45% -
HSV(B) 202.82º 0.96% 0.87% -
XYZ 22.82 24.38 72.61 -
YUV 110.77 190.77 55.41 -
System Red Green Blue C M Y K H S L
Decimal 9 141 222 0.96 0.36 0 0.13 202.82 0.92 0.45
Hex 9 8D DE 60 24 0 D CB 5C 2D
Octal 11 215 336 140 44 0 15 313 134 55
Binary 1001 10001101 11011110 1100000 100100 0 1101 11001011 1011100 101101

Color Harmonies of #098DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098DDE

Black with #098DDE

Text Example


Text Example

White with #098DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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