Html Css Color HEX #0E94C1 Pacific Blue

📋 copy color: '#0E94C1'

red 14 ◦ green 148 ◦ blue 193

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

Shades of Pacific Blue #0E94C1

Tints of Pacific Blue #0E94C1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.69%

 BLUE value IS 193 (75.78% from 255) = 54.37%

R = 3.94%
G = 41.69%
B = 54.37%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0E94C1 (or 0x0E94C1) is known color: Pacific Blue. HEX triplet: 0E, 94 and C1. RGB value is (14,148,193). Sum of RGB (Red+Green+Blue) = 14+148+193=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #0E94C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E94C1 is #F16B3E. Grayscale: #707070. Windows color (decimal): -15821631 or 12686350. OLE color: 12686350.

HSL color Cylindrical-coordinate representation of color #0E94C1: hue angle of 195.08º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E94C1 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 148 193 -
CMYK 0.93 0.23 0 0.24
HSL 195.08º 0.86% 0.41% -
HSV(B) 195.08º 0.93% 0.76% -
XYZ 20.4 25.12 54.23 -
YUV 113.06 173.11 57.34 -
System Red Green Blue C M Y K H S L
Decimal 14 148 193 0.93 0.23 0 0.24 195.08 0.86 0.41
Hex E 94 C1 5D 17 0 18 C3 56 29
Octal 16 224 301 135 27 0 30 303 126 51
Binary 1110 10010100 11000001 1011101 10111 0 11000 11000011 1010110 101001

Color Harmonies of #0E94C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E94C1

Black with #0E94C1

Text Example


Text Example

White with #0E94C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,148,193); }

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

background-color css

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

 a { background-color: rgb(14,148,193); }

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

border-color css

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

 span { border-color: rgb(14,148,193); }

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