Html Css Color HEX #0EA0CF Pacific Blue

📋 copy color: '#0EA0CF'

red 14 ◦ green 160 ◦ blue 207

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

Shades of Pacific Blue #0EA0CF

Tints of Pacific Blue #0EA0CF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.99%

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 3.67%
G = 41.99%
B = 54.33%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0EA0CF (or 0x0EA0CF) is known color: Pacific Blue. HEX triplet: 0E, A0 and CF. RGB value is (14,160,207). Sum of RGB (Red+Green+Blue) = 14+160+207=381 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.67% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #0EA0CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA0CF is #F15F30. Grayscale: #797979. Windows color (decimal): -15818545 or 13606926. OLE color: 13606926.

HSL color Cylindrical-coordinate representation of color #0EA0CF: hue angle of 194.61º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EA0CF is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 14 160 207 -
CMYK 0.93 0.23 0 0.19
HSL 194.61º 0.87% 0.43% -
HSV(B) 194.61º 0.93% 0.81% -
XYZ 24.01 29.74 63.51 -
YUV 121.7 176.13 51.18 -
System Red Green Blue C M Y K H S L
Decimal 14 160 207 0.93 0.23 0 0.19 194.61 0.87 0.43
Hex E A0 CF 5D 17 0 13 C3 57 2B
Octal 16 240 317 135 27 0 23 303 127 53
Binary 1110 10100000 11001111 1011101 10111 0 10011 11000011 1010111 101011

Color Harmonies of #0EA0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA0CF

Black with #0EA0CF

Text Example


Text Example

White with #0EA0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,160,207); }

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

background-color css

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

 a { background-color: rgb(14,160,207); }

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

border-color css

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

 span { border-color: rgb(14,160,207); }

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