Html Css Color HEX #098AD6 Pacific Blue

📋 copy color: '#098AD6'

red 9 ◦ green 138 ◦ blue 214

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

Shades of Pacific Blue #098AD6

Tints of Pacific Blue #098AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.28%

R = 2.49%
G = 38.23%
B = 59.28%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#098AD6 (or 0x098AD6) is known color: Pacific Blue. HEX triplet: 09, 8A and D6. RGB value is (9,138,214). Sum of RGB (Red+Green+Blue) = 9+138+214=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #098AD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098AD6 is #F67529. Grayscale: #6B6B6B. Windows color (decimal): -16151850 or 14060041. OLE color: 14060041.

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

Color convert

RGB 9 138 214 -
CMYK 0.96 0.36 0 0.16
HSL 202.24º 0.92% 0.44% -
HSV(B) 202.24º 0.96% 0.84% -
XYZ 21.34 23.09 66.95 -
YUV 108.09 187.76 57.32 -
System Red Green Blue C M Y K H S L
Decimal 9 138 214 0.96 0.36 0 0.16 202.24 0.92 0.44
Hex 9 8A D6 60 24 0 10 CA 5C 2C
Octal 11 212 326 140 44 0 20 312 134 54
Binary 1001 10001010 11010110 1100000 100100 0 10000 11001010 1011100 101100

Color Harmonies of #098AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AD6

Black with #098AD6

Text Example


Text Example

White with #098AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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