Html Css Color HEX #098ECE Pacific Blue

📋 copy color: '#098ECE'

red 9 ◦ green 142 ◦ blue 206

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

Shades of Pacific Blue #098ECE

Tints of Pacific Blue #098ECE

RGB

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

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

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

R = 2.52%
G = 39.78%
B = 57.7%

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

#098ECE (or 0x098ECE) is known color: Pacific Blue. HEX triplet: 09, 8E and CE. RGB value is (9,142,206). Sum of RGB (Red+Green+Blue) = 9+142+206=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #098ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ECE is #F67131. Grayscale: #6D6D6D. Windows color (decimal): -16150834 or 13536777. OLE color: 13536777.

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

Color convert

RGB 9 142 206 -
CMYK 0.96 0.31 0 0.19
HSL 199.49º 0.92% 0.42% -
HSV(B) 199.49º 0.96% 0.81% -
XYZ 20.93 23.86 61.9 -
YUV 109.53 182.44 56.3 -
System Red Green Blue C M Y K H S L
Decimal 9 142 206 0.96 0.31 0 0.19 199.49 0.92 0.42
Hex 9 8E CE 60 1F 0 13 C7 5C 2A
Octal 11 216 316 140 37 0 23 307 134 52
Binary 1001 10001110 11001110 1100000 11111 0 10011 11000111 1011100 101010

Color Harmonies of #098ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098ECE

Black with #098ECE

Text Example


Text Example

White with #098ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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