Html Css Color HEX #098BDD Pacific Blue

📋 copy color: '#098BDD'

red 9 ◦ green 139 ◦ blue 221

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

Shades of Pacific Blue #098BDD

Tints of Pacific Blue #098BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.67%

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

R = 2.44%
G = 37.67%
B = 59.89%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#098BDD (or 0x098BDD) is known color: Pacific Blue. HEX triplet: 09, 8B and DD. RGB value is (9,139,221). Sum of RGB (Red+Green+Blue) = 9+139+221=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #098BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098BDD is #F67422. Grayscale: #6D6D6D. Windows color (decimal): -16151587 or 14519049. OLE color: 14519049.

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

Color convert

RGB 9 139 221 -
CMYK 0.96 0.37 0 0.13
HSL 203.21º 0.92% 0.45% -
HSV(B) 203.21º 0.96% 0.87% -
XYZ 22.4 23.74 71.81 -
YUV 109.48 190.93 56.33 -
System Red Green Blue C M Y K H S L
Decimal 9 139 221 0.96 0.37 0 0.13 203.21 0.92 0.45
Hex 9 8B DD 60 25 0 D CB 5C 2D
Octal 11 213 335 140 45 0 15 313 134 55
Binary 1001 10001011 11011101 1100000 100101 0 1101 11001011 1011100 101101

Color Harmonies of #098BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098BDD

Black with #098BDD

Text Example


Text Example

White with #098BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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