Html Css Color HEX #098ACE Pacific Blue

📋 copy color: '#098ACE'

red 9 ◦ green 138 ◦ blue 206

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

Shades of Pacific Blue #098ACE

Tints of Pacific Blue #098ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.09%

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

R = 2.55%
G = 39.09%
B = 58.36%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#098ACE (or 0x098ACE) is known color: Pacific Blue. HEX triplet: 09, 8A and CE. RGB value is (9,138,206). Sum of RGB (Red+Green+Blue) = 9+138+206=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #098ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ACE is #F67531. Grayscale: #6A6A6A. Windows color (decimal): -16151858 or 13535753. OLE color: 13535753.

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

Color convert

RGB 9 138 206 -
CMYK 0.96 0.33 0 0.19
HSL 200.71º 0.92% 0.42% -
HSV(B) 200.71º 0.96% 0.81% -
XYZ 20.34 22.69 61.7 -
YUV 107.18 183.76 57.97 -
System Red Green Blue C M Y K H S L
Decimal 9 138 206 0.96 0.33 0 0.19 200.71 0.92 0.42
Hex 9 8A CE 60 21 0 13 C9 5C 2A
Octal 11 212 316 140 41 0 23 311 134 52
Binary 1001 10001010 11001110 1100000 100001 0 10011 11001001 1011100 101010

Color Harmonies of #098ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098ACE

Black with #098ACE

Text Example


Text Example

White with #098ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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