Html Css Color HEX #0E9FBC Pacific Blue

📋 copy color: '#0E9FBC'

red 14 ◦ green 159 ◦ blue 188

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

Shades of Pacific Blue #0E9FBC

Tints of Pacific Blue #0E9FBC

RGB

 RED value IS 14 (5.86% from 255) = 3.88%

 GREEN value IS 159 (62.5% from 255) = 44.04%

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

R = 3.88%
G = 44.04%
B = 52.08%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E9FBC (or 0x0E9FBC) is known color: Pacific Blue. HEX triplet: 0E, 9F and BC. RGB value is (14,159,188). Sum of RGB (Red+Green+Blue) = 14+159+188=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E9FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9FBC is #F16043. Grayscale: #767676. Windows color (decimal): -15818820 or 12361486. OLE color: 12361486.

HSL color Cylindrical-coordinate representation of color #0E9FBC: hue angle of 190º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E9FBC is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 159 188 -
CMYK 0.93 0.15 0 0.26
HSL 190º 0.86% 0.4% -
HSV(B) 190º 0.93% 0.74% -
XYZ 21.66 28.52 51.94 -
YUV 118.95 166.96 53.14 -
System Red Green Blue C M Y K H S L
Decimal 14 159 188 0.93 0.15 0 0.26 190 0.86 0.4
Hex E 9F BC 5D F 0 1A BE 56 28
Octal 16 237 274 135 17 0 32 276 126 50
Binary 1110 10011111 10111100 1011101 1111 0 11010 10111110 1010110 101000

Color Harmonies of #0E9FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9FBC

Black with #0E9FBC

Text Example


Text Example

White with #0E9FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,159,188); }

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

background-color css

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

 a { background-color: rgb(14,159,188); }

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

border-color css

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

 span { border-color: rgb(14,159,188); }

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