Html Css Color HEX #0E9BBF Pacific Blue

📋 copy color: '#0E9BBF'

red 14 ◦ green 155 ◦ blue 191

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

Shades of Pacific Blue #0E9BBF

Tints of Pacific Blue #0E9BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.06%

 BLUE value IS 191 (75% from 255) = 53.06%

R = 3.89%
G = 43.06%
B = 53.06%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E9BBF (or 0x0E9BBF) is known color: Pacific Blue. HEX triplet: 0E, 9B and BF. RGB value is (14,155,191). Sum of RGB (Red+Green+Blue) = 14+155+191=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #0E9BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9BBF is #F16440. Grayscale: #747474. Windows color (decimal): -15819841 or 12557070. OLE color: 12557070.

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

Color convert

RGB 14 155 191 -
CMYK 0.93 0.19 0 0.25
HSL 192.2º 0.86% 0.4% -
HSV(B) 192.2º 0.93% 0.75% -
XYZ 21.31 27.3 53.44 -
YUV 116.95 169.79 54.57 -
System Red Green Blue C M Y K H S L
Decimal 14 155 191 0.93 0.19 0 0.25 192.2 0.86 0.4
Hex E 9B BF 5D 13 0 19 C0 56 28
Octal 16 233 277 135 23 0 31 300 126 50
Binary 1110 10011011 10111111 1011101 10011 0 11001 11000000 1010110 101000

Color Harmonies of #0E9BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9BBF

Black with #0E9BBF

Text Example


Text Example

White with #0E9BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,155,191); }

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

background-color css

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

 a { background-color: rgb(14,155,191); }

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

border-color css

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

 span { border-color: rgb(14,155,191); }

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