Html Css Color HEX #098AD5 Pacific Blue

📋 copy color: '#098AD5'

red 9 ◦ green 138 ◦ blue 213

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

Shades of Pacific Blue #098AD5

Tints of Pacific Blue #098AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 59.17%

R = 2.5%
G = 38.33%
B = 59.17%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#098AD5 (or 0x098AD5) is known color: Pacific Blue. HEX triplet: 09, 8A and D5. RGB value is (9,138,213). Sum of RGB (Red+Green+Blue) = 9+138+213=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #098AD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098AD5 is #F6752A. Grayscale: #6B6B6B. Windows color (decimal): -16151851 or 13994505. OLE color: 13994505.

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

Color convert

RGB 9 138 213 -
CMYK 0.96 0.35 0 0.16
HSL 202.06º 0.92% 0.44% -
HSV(B) 202.06º 0.96% 0.84% -
XYZ 21.21 23.04 66.28 -
YUV 107.98 187.26 57.4 -
System Red Green Blue C M Y K H S L
Decimal 9 138 213 0.96 0.35 0 0.16 202.06 0.92 0.44
Hex 9 8A D5 60 23 0 10 CA 5C 2C
Octal 11 212 325 140 43 0 20 312 134 54
Binary 1001 10001010 11010101 1100000 100011 0 10000 11001010 1011100 101100

Color Harmonies of #098AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AD5

Black with #098AD5

Text Example


Text Example

White with #098AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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