Html Css Color HEX #0E9BBD Pacific Blue

📋 copy color: '#0E9BBD'

red 14 ◦ green 155 ◦ blue 189

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

Shades of Pacific Blue #0E9BBD

Tints of Pacific Blue #0E9BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.79%

R = 3.91%
G = 43.3%
B = 52.79%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E9BBD (or 0x0E9BBD) is known color: Pacific Blue. HEX triplet: 0E, 9B and BD. RGB value is (14,155,189). Sum of RGB (Red+Green+Blue) = 14+155+189=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #0E9BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9BBD is #F16442. Grayscale: #747474. Windows color (decimal): -15819843 or 12425998. OLE color: 12425998.

HSL color Cylindrical-coordinate representation of color #0E9BBD: hue angle of 191.66º 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 #0E9BBD is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 155 189 -
CMYK 0.93 0.18 0 0.26
HSL 191.66º 0.86% 0.4% -
HSV(B) 191.66º 0.93% 0.74% -
XYZ 21.09 27.21 52.28 -
YUV 116.72 168.79 54.74 -
System Red Green Blue C M Y K H S L
Decimal 14 155 189 0.93 0.18 0 0.26 191.66 0.86 0.4
Hex E 9B BD 5D 12 0 1A C0 56 28
Octal 16 233 275 135 22 0 32 300 126 50
Binary 1110 10011011 10111101 1011101 10010 0 11010 11000000 1010110 101000

Color Harmonies of #0E9BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9BBD

Black with #0E9BBD

Text Example


Text Example

White with #0E9BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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