Html Css Color HEX #0E8ACF Pacific Blue

📋 copy color: '#0E8ACF'

red 14 ◦ green 138 ◦ blue 207

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

Shades of Pacific Blue #0E8ACF

Tints of Pacific Blue #0E8ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.44%

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

R = 3.9%
G = 38.44%
B = 57.66%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0E8ACF (or 0x0E8ACF) is known color: Pacific Blue. HEX triplet: 0E, 8A and CF. RGB value is (14,138,207). Sum of RGB (Red+Green+Blue) = 14+138+207=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #0E8ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8ACF is #F17530. Grayscale: #6C6C6C. Windows color (decimal): -15824177 or 13601294. OLE color: 13601294.

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

Color convert

RGB 14 138 207 -
CMYK 0.93 0.33 0 0.19
HSL 201.45º 0.87% 0.43% -
HSV(B) 201.45º 0.93% 0.81% -
XYZ 20.53 22.78 62.35 -
YUV 108.79 183.42 60.39 -
System Red Green Blue C M Y K H S L
Decimal 14 138 207 0.93 0.33 0 0.19 201.45 0.87 0.43
Hex E 8A CF 5D 21 0 13 C9 57 2B
Octal 16 212 317 135 41 0 23 311 127 53
Binary 1110 10001010 11001111 1011101 100001 0 10011 11001001 1010111 101011

Color Harmonies of #0E8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8ACF

Black with #0E8ACF

Text Example


Text Example

White with #0E8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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