Html Css Color HEX #018ECC Pacific Blue

📋 copy color: '#018ECC'

red 1 ◦ green 142 ◦ blue 204

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

Shades of Pacific Blue #018ECC

Tints of Pacific Blue #018ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.79%

R = 0.29%
G = 40.92%
B = 58.79%

CMYK

 C value IS 1.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#018ECC (or 0x018ECC) is known color: Pacific Blue. HEX triplet: 01, 8E and CC. RGB value is (1,142,204). Sum of RGB (Red+Green+Blue) = 1+142+204=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #018ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ECC is #FE7133. Grayscale: #6A6A6A. Windows color (decimal): -16675124 or 13405697. OLE color: 13405697.

HSL color Cylindrical-coordinate representation of color #018ECC: hue angle of 198.33º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018ECC is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 142 204 -
CMYK 1.00 0.30 0 0.2
HSL 198.33º 0.99% 0.4% -
HSV(B) 198.33º 1% 0.8% -
XYZ 20.58 23.71 60.62 -
YUV 106.91 182.79 52.46 -
System Red Green Blue C M Y K H S L
Decimal 1 142 204 1.00 0.30 0 0.2 198.33 0.99 0.4
Hex 1 8E CC 64 1E 0 14 C6 63 28
Octal 1 216 314 144 36 0 24 306 143 50
Binary 1 10001110 11001100 1100100 11110 0 10100 11000110 1100011 101000

Color Harmonies of #018ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018ECC

Black with #018ECC

Text Example


Text Example

White with #018ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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