Html Css Color HEX #0E90D6 Pacific Blue

📋 copy color: '#0E90D6'

red 14 ◦ green 144 ◦ blue 214

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

Shades of Pacific Blue #0E90D6

Tints of Pacific Blue #0E90D6

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.71%

 BLUE value IS 214 (83.98% from 255) = 57.53%

R = 3.76%
G = 38.71%
B = 57.53%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0E90D6 (or 0x0E90D6) is known color: Pacific Blue. HEX triplet: 0E, 90 and D6. RGB value is (14,144,214). Sum of RGB (Red+Green+Blue) = 14+144+214=372 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.76% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 214 (83.98% from 255 or 57.53% from 372); Max value from RGB is 214 - color contains mainly: blue. Hex color #0E90D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E90D6 is #F16F29. Grayscale: #707070. Windows color (decimal): -15822634 or 14061582. OLE color: 14061582.

HSL color Cylindrical-coordinate representation of color #0E90D6: hue angle of 201º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E90D6 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 144 214 -
CMYK 0.93 0.33 0 0.16
HSL 201º 0.88% 0.45% -
HSV(B) 201º 0.93% 0.84% -
XYZ 22.29 24.89 67.25 -
YUV 113.11 184.93 57.31 -
System Red Green Blue C M Y K H S L
Decimal 14 144 214 0.93 0.33 0 0.16 201 0.88 0.45
Hex E 90 D6 5D 21 0 10 C9 58 2D
Octal 16 220 326 135 41 0 20 311 130 55
Binary 1110 10010000 11010110 1011101 100001 0 10000 11001001 1011000 101101

Color Harmonies of #0E90D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E90D6

Black with #0E90D6

Text Example


Text Example

White with #0E90D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,144,214); }

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

background-color css

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

 a { background-color: rgb(14,144,214); }

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

border-color css

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

 span { border-color: rgb(14,144,214); }

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