Html Css Color HEX #098BDC Pacific Blue

📋 copy color: '#098BDC'

red 9 ◦ green 139 ◦ blue 220

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

Shades of Pacific Blue #098BDC

Tints of Pacific Blue #098BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.78%

R = 2.45%
G = 37.77%
B = 59.78%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#098BDC (or 0x098BDC) is known color: Pacific Blue. HEX triplet: 09, 8B and DC. RGB value is (9,139,220). Sum of RGB (Red+Green+Blue) = 9+139+220=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #098BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098BDC is #F67423. Grayscale: #6C6C6C. Windows color (decimal): -16151588 or 14453513. OLE color: 14453513.

HSL color Cylindrical-coordinate representation of color #098BDC: hue angle of 203.03º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098BDC is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 139 220 -
CMYK 0.96 0.37 0 0.14
HSL 203.03º 0.92% 0.45% -
HSV(B) 203.03º 0.96% 0.86% -
XYZ 22.26 23.69 71.11 -
YUV 109.36 190.43 56.41 -
System Red Green Blue C M Y K H S L
Decimal 9 139 220 0.96 0.37 0 0.14 203.03 0.92 0.45
Hex 9 8B DC 60 25 0 E CB 5C 2D
Octal 11 213 334 140 45 0 16 313 134 55
Binary 1001 10001011 11011100 1100000 100101 0 1110 11001011 1011100 101101

Color Harmonies of #098BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098BDC

Black with #098BDC

Text Example


Text Example

White with #098BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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