Html Css Color HEX #098ADD Pacific Blue

📋 copy color: '#098ADD'

red 9 ◦ green 138 ◦ blue 221

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

Shades of Pacific Blue #098ADD

Tints of Pacific Blue #098ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 2.45%
G = 37.5%
B = 60.05%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#098ADD (or 0x098ADD) is known color: Pacific Blue. HEX triplet: 09, 8A and DD. RGB value is (9,138,221). Sum of RGB (Red+Green+Blue) = 9+138+221=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #098ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ADD is #F67522. Grayscale: #6C6C6C. Windows color (decimal): -16151843 or 14518793. OLE color: 14518793.

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

Color convert

RGB 9 138 221 -
CMYK 0.96 0.38 0 0.13
HSL 203.49º 0.92% 0.45% -
HSV(B) 203.49º 0.96% 0.87% -
XYZ 22.25 23.46 71.76 -
YUV 108.89 191.26 56.75 -
System Red Green Blue C M Y K H S L
Decimal 9 138 221 0.96 0.38 0 0.13 203.49 0.92 0.45
Hex 9 8A DD 60 26 0 D CB 5C 2D
Octal 11 212 335 140 46 0 15 313 134 55
Binary 1001 10001010 11011101 1100000 100110 0 1101 11001011 1011100 101101

Color Harmonies of #098ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098ADD

Black with #098ADD

Text Example


Text Example

White with #098ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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