Html Css Color HEX #0B9EBC Pacific Blue

📋 copy color: '#0B9EBC'

red 11 ◦ green 158 ◦ blue 188

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

Shades of Pacific Blue #0B9EBC

Tints of Pacific Blue #0B9EBC

RGB

 RED value IS 11 (4.69% from 255) = 3.08%

 GREEN value IS 158 (62.11% from 255) = 44.26%

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 3.08%
G = 44.26%
B = 52.66%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0B9EBC (or 0x0B9EBC) is known color: Pacific Blue. HEX triplet: 0B, 9E and BC. RGB value is (11,158,188). Sum of RGB (Red+Green+Blue) = 11+158+188=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B9EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9EBC is #F46143. Grayscale: #757575. Windows color (decimal): -16015684 or 12361227. OLE color: 12361227.

HSL color Cylindrical-coordinate representation of color #0B9EBC: hue angle of 190.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B9EBC is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 158 188 -
CMYK 0.94 0.16 0 0.26
HSL 190.17º 0.89% 0.39% -
HSV(B) 190.17º 0.94% 0.74% -
XYZ 21.44 28.16 51.88 -
YUV 117.47 167.8 52.06 -
System Red Green Blue C M Y K H S L
Decimal 11 158 188 0.94 0.16 0 0.26 190.17 0.89 0.39
Hex B 9E BC 5E 10 0 1A BE 59 27
Octal 13 236 274 136 20 0 32 276 131 47
Binary 1011 10011110 10111100 1011110 10000 0 11010 10111110 1011001 100111

Color Harmonies of #0B9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9EBC

Black with #0B9EBC

Text Example


Text Example

White with #0B9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B9EBC; }

 p { color: rgb(11,158,188); }

 H1.HeaderClassName
 {
   color: #0B9EBC;
 }
 .AnyTagClassName
 {
   color: #0B9EBC;
 }
</style>

background-color css

<style>
 a { background-color: #0B9EBC; }

 a { background-color: rgb(11,158,188); }

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

border-color css

<style>
 span { border-color: #0B9EBC; }

 span { border-color: rgb(11,158,188); }

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