Html Css Color HEX #098BCD Pacific Blue

📋 copy color: '#098BCD'

red 9 ◦ green 139 ◦ blue 205

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

Shades of Pacific Blue #098BCD

Tints of Pacific Blue #098BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.07%

R = 2.55%
G = 39.38%
B = 58.07%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#098BCD (or 0x098BCD) is known color: Pacific Blue. HEX triplet: 09, 8B and CD. RGB value is (9,139,205). Sum of RGB (Red+Green+Blue) = 9+139+205=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #098BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098BCD is #F67432. Grayscale: #6B6B6B. Windows color (decimal): -16151603 or 13470473. OLE color: 13470473.

HSL color Cylindrical-coordinate representation of color #098BCD: hue angle of 200.2º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098BCD is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 139 205 -
CMYK 0.96 0.32 0 0.20
HSL 200.2º 0.92% 0.42% -
HSV(B) 200.2º 0.96% 0.8% -
XYZ 20.36 22.93 61.11 -
YUV 107.65 182.93 57.63 -
System Red Green Blue C M Y K H S L
Decimal 9 139 205 0.96 0.32 0 0.20 200.2 0.92 0.42
Hex 9 8B CD 60 20 0 14 C8 5C 2A
Octal 11 213 315 140 40 0 24 310 134 52
Binary 1001 10001011 11001101 1100000 100000 0 10100 11001000 1011100 101010

Color Harmonies of #098BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098BCD

Black with #098BCD

Text Example


Text Example

White with #098BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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