Html Css Color HEX #0E8BC8 Pacific Blue

📋 copy color: '#0E8BC8'

red 14 ◦ green 139 ◦ blue 200

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

Shades of Pacific Blue #0E8BC8

Tints of Pacific Blue #0E8BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 56.66%

R = 3.97%
G = 39.38%
B = 56.66%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0E8BC8 (or 0x0E8BC8) is known color: Pacific Blue. HEX triplet: 0E, 8B and C8. RGB value is (14,139,200). Sum of RGB (Red+Green+Blue) = 14+139+200=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 200 (78.52% from 255 or 56.66% from 353); Max value from RGB is 200 - color contains mainly: blue. Hex color #0E8BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8BC8 is #F17437. Grayscale: #6C6C6C. Windows color (decimal): -15823928 or 13142798. OLE color: 13142798.

HSL color Cylindrical-coordinate representation of color #0E8BC8: hue angle of 199.68º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E8BC8 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 139 200 -
CMYK 0.93 0.30 0 0.22
HSL 199.68º 0.87% 0.42% -
HSV(B) 199.68º 0.93% 0.78% -
XYZ 19.84 22.73 57.99 -
YUV 108.58 179.59 60.54 -
System Red Green Blue C M Y K H S L
Decimal 14 139 200 0.93 0.30 0 0.22 199.68 0.87 0.42
Hex E 8B C8 5D 1E 0 16 C8 57 2A
Octal 16 213 310 135 36 0 26 310 127 52
Binary 1110 10001011 11001000 1011101 11110 0 10110 11001000 1010111 101010

Color Harmonies of #0E8BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8BC8

Black with #0E8BC8

Text Example


Text Example

White with #0E8BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,139,200); }

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

background-color css

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

 a { background-color: rgb(14,139,200); }

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

border-color css

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

 span { border-color: rgb(14,139,200); }

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