Html Css Color HEX #098EDE Pacific Blue

📋 copy color: '#098EDE'

red 9 ◦ green 142 ◦ blue 222

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

Shades of Pacific Blue #098EDE

Tints of Pacific Blue #098EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.07%

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

R = 2.41%
G = 38.07%
B = 59.52%

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

#098EDE (or 0x098EDE) is known color: Pacific Blue. HEX triplet: 09, 8E and DE. RGB value is (9,142,222). Sum of RGB (Red+Green+Blue) = 9+142+222=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #098EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098EDE is #F67121. Grayscale: #6E6E6E. Windows color (decimal): -16150818 or 14585353. OLE color: 14585353.

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

Color convert

RGB 9 142 222 -
CMYK 0.96 0.36 0 0.13
HSL 202.54º 0.92% 0.45% -
HSV(B) 202.54º 0.96% 0.87% -
XYZ 22.97 24.68 72.66 -
YUV 111.35 190.44 55 -
System Red Green Blue C M Y K H S L
Decimal 9 142 222 0.96 0.36 0 0.13 202.54 0.92 0.45
Hex 9 8E DE 60 24 0 D CB 5C 2D
Octal 11 216 336 140 44 0 15 313 134 55
Binary 1001 10001110 11011110 1100000 100100 0 1101 11001011 1011100 101101

Color Harmonies of #098EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098EDE

Black with #098EDE

Text Example


Text Example

White with #098EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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