Html Css Color HEX #018EC6 Pacific Blue

📋 copy color: '#018EC6'

red 1 ◦ green 142 ◦ blue 198

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

Shades of Pacific Blue #018EC6

Tints of Pacific Blue #018EC6

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

 GREEN value IS 142 (55.86% from 255) = 41.64%

 BLUE value IS 198 (77.73% from 255) = 58.06%

R = 0.29%
G = 41.64%
B = 58.06%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#018EC6 (or 0x018EC6) is known color: Pacific Blue. HEX triplet: 01, 8E and C6. RGB value is (1,142,198). Sum of RGB (Red+Green+Blue) = 1+142+198=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 198 (77.73% from 255 or 58.06% from 341); Max value from RGB is 198 - color contains mainly: blue. Hex color #018EC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018EC6 is #FE7139. Grayscale: #696969. Windows color (decimal): -16675130 or 13012481. OLE color: 13012481.

HSL color Cylindrical-coordinate representation of color #018EC6: hue angle of 197.06º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018EC6 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 142 198 -
CMYK 0.99 0.28 0 0.22
HSL 197.06º 0.99% 0.39% -
HSV(B) 197.06º 0.99% 0.78% -
XYZ 19.88 23.43 56.9 -
YUV 106.23 179.79 52.95 -
System Red Green Blue C M Y K H S L
Decimal 1 142 198 0.99 0.28 0 0.22 197.06 0.99 0.39
Hex 1 8E C6 63 1C 0 16 C5 63 27
Octal 1 216 306 143 34 0 26 305 143 47
Binary 1 10001110 11000110 1100011 11100 0 10110 11000101 1100011 100111

Color Harmonies of #018EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018EC6

Black with #018EC6

Text Example


Text Example

White with #018EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018EC6; }

 p { color: rgb(1,142,198); }

 H1.HeaderClassName
 {
   color: #018EC6;
 }
 .AnyTagClassName
 {
   color: #018EC6;
 }
</style>

background-color css

<style>
 a { background-color: #018EC6; }

 a { background-color: rgb(1,142,198); }

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

border-color css

<style>
 span { border-color: #018EC6; }

 span { border-color: rgb(1,142,198); }

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