Html Css Color HEX #018ECB Pacific Blue

📋 copy color: '#018ECB'

red 1 ◦ green 142 ◦ blue 203

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

Shades of Pacific Blue #018ECB

Tints of Pacific Blue #018ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 0.29%
G = 41.04%
B = 58.67%

CMYK

 C value IS 1.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#018ECB (or 0x018ECB) is known color: Pacific Blue. HEX triplet: 01, 8E and CB. RGB value is (1,142,203). Sum of RGB (Red+Green+Blue) = 1+142+203=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #018ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ECB is #FE7134. Grayscale: #6A6A6A. Windows color (decimal): -16675125 or 13340161. OLE color: 13340161.

HSL color Cylindrical-coordinate representation of color #018ECB: hue angle of 198.12º 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 #018ECB is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 142 203 -
CMYK 1.00 0.30 0 0.20
HSL 198.12º 0.99% 0.4% -
HSV(B) 198.12º 1% 0.8% -
XYZ 20.47 23.66 59.99 -
YUV 106.8 182.29 52.54 -
System Red Green Blue C M Y K H S L
Decimal 1 142 203 1.00 0.30 0 0.20 198.12 0.99 0.4
Hex 1 8E CB 64 1E 0 14 C6 63 28
Octal 1 216 313 144 36 0 24 306 143 50
Binary 1 10001110 11001011 1100100 11110 0 10100 11000110 1100011 101000

Color Harmonies of #018ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018ECB

Black with #018ECB

Text Example


Text Example

White with #018ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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